Skip to content

Commit

Permalink
Merge branch 'master' into feat/withinday-interaction-activities
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl authored Dec 2, 2023
2 parents 5a39980 + 1404d60 commit 997c5d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public class ChargingInfrastructureUtils{

private ChargingInfrastructureUtils(){} // do not instantiate

public static ChargingInfrastructureSpecification createChargingInfrastructureSpecification() {
return new ChargingInfrastructureSpecificationDefaultImpl();
}

public static ChargingInfrastructure createChargingInfrastructure(
ChargingInfrastructureSpecification infrastructureSpecification, Function<Id<Link>, Link> linkProvider,
ChargingLogic.Factory chargingLogicFactory) {
Expand Down

0 comments on commit 997c5d6

Please sign in to comment.