- Timestamp:
- 03/11/09 15:34:31 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/trunk/src/jp/co/orkney/restlet/util/Format.java
r272 r273 108 108 String path = format.getAttributeValue("path"); 109 109 if(path != null) 110 path += format.getAttributeValue("template");110 path ="templates/"+path; 111 111 else 112 path = format.getAttributeValue("template");112 path = "templates"; 113 113 114 114 StringTemplateGroup group = new StringTemplateGroup("formatGroup", path);
