Changeset 5324
- Timestamp:
- 08/27/10 11:15:10 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.13.x/pfixcore/src/de/schlund/pfixxml/config/GlobalConfig.java
r5321 r5324 55 55 static void setDocroot(String path) { 56 56 if (docroot != null || servletContext != null) { 57 if( docroot.equals(path)) return;57 if(path.equals(docroot)) return; 58 58 throw new IllegalStateException("Docroot or servlet context may only be set once!"); 59 59 }
