Changeset 5252
- Timestamp:
- 01/08/11 13:59:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/impl/ECJ19ConnectorImpl.java
r5250 r5252 35 35 public ECJConnectorState initialize(String algorithmName, String platformName, String problemName) throws Exception { 36 36 37 Long platformId = okbClient.getPlatformId( algorithmName);37 Long platformId = okbClient.getPlatformId(platformName); 38 38 if (platformId == null) 39 throw new Exception("Platform " + algorithmName + " not found!");39 throw new Exception("Platform " + platformName + " not found!"); 40 40 41 41 Long algorithmId = okbClient.getAlgorithmId(algorithmName, platformId);
Note: See TracChangeset
for help on using the changeset viewer.