Project

General

Profile

« Previous | Next » 

Revision 5846

add boolean return to indicate whether or not a property was modified

View differences:

PropertiesInterface.java
67 67
	
68 68
	public void persistProperties() throws GeneralPropertyException;
69 69
	
70
	public void checkAndSetProperty(HttpServletRequest request, String propertyName) throws GeneralPropertyException;
70
	public boolean checkAndSetProperty(HttpServletRequest request, String propertyName) throws GeneralPropertyException;
71 71

  
72 72
	public SortedProperties getMainBackupProperties() throws GeneralPropertyException;
73 73
	

Also available in: Unified diff