Fix field name
This commit is contained in:
parent
13c339d720
commit
7fb88afb5b
|
@ -10,7 +10,7 @@ public class GeoServerPlatform extends PlatformInfo{
|
|||
|
||||
public static final String GS_PLATFORM="Geoserver";
|
||||
public static final String WORKSPACE= "workspace";
|
||||
public static final String LAYER_NAME= " layerName";
|
||||
public static final String LAYER_NAME= "layerName";
|
||||
public static final String PERSISTENCE_PATH = "persistencePath";
|
||||
public static final String FILES="files";
|
||||
public static final String STORENAME="storeName";
|
||||
|
|
Loading…
Reference in New Issue