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