Revision 29046

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/resource/exception/ResourceNotClosedOnDisposeManagerException.java
8 8
	 *
9 9
	 */
10 10
	private static final long serialVersionUID = -4030443484190503144L;
11
	private final static String MESSAGE_FORMAT = "The '%(resource)s' still open when the manager begin to dispose.";
11
	private final static String MESSAGE_FORMAT = "The '%(resource)' still open when the manager begin to dispose.";
12 12
	private final static String MESSAGE_KEY = "_ResourceNotClosedOnDisposeManagerException";
13 13

  
14 14
	public ResourceNotClosedOnDisposeManagerException(Resource resource) {

Also available in: Unified diff