This change has been reverted on Geotk/SIS.
Command line:
svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r25011:25012 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/logging/Logging.java
Revision 25011 | Revision 25012 |
---|---|
/**
* Creates an instance for the specified root package.
*/
private Logging(final String root) {
this.root = root;
} |
/**
* Creates an instance for the specified root package.
*/
public Logging(final String root) {
this.root = root;
} |