Changeset 5084 for branches/OKBJavaConnector/HLOKBWebClient/src/main/java
- Timestamp:
- 12/10/10 19:56:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/wsclient/OKBServiceClient.java
r4963 r5084 68 68 ArrayOfAlgorithmParameter allAlgoParams = port.getAlgorithmParameters(algorithmId); 69 69 70 // for (AlgorithmParameter algoParam:allAlgoParams.getAlgorithmParameter()) { 70 71 for (AlgorithmParameter algoParam:allAlgoParams.getAlgorithmParameter()) { 72 // algoParam. 71 73 // if (algoParam.getName().getValue()==) 72 //}74 } 73 75 74 76
Note: See TracChangeset
for help on using the changeset viewer.