Project

General

Profile

« Previous | Next » 

Revision 4091

Added by daigle almost 16 years ago

Change default-style property to application.default-style

View differences:

SpatialDocument.java
276 276
    	 docUrl = SystemUtil.getServletURL()
277 277
                    + "?action=read&docid=" + docid 
278 278
                    + "&qformat=" 
279
                    + PropertyService.getProperty("default-style");
279
                    + PropertyService.getProperty("application.default-style");
280 280
     } catch (PropertyNotFoundException pnfe) {
281 281
    	 log.error("Could not get access url because of unavailable property: " 
282 282
    			 + pnfe.getMessage());

Also available in: Unified diff