Changeset 5612
- Timestamp:
- 09/15/08 17:13:52 (2 months ago)
- Files:
-
- 1 modified
-
branches/ProtocolEditor/src/ols/Ontologies.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ProtocolEditor/src/ols/Ontologies.java
r5184 r5612 178 178 int colonIndex = termId.indexOf(":"); 179 179 if (colonIndex < 1) { 180 throw new RuntimeException("Ontology term Id didn't contain : ");180 return null; 181 181 } 182 182 return termId.substring(0, colonIndex);
