Parent Directory
|
Revision Log
|
Patch
revision 695 by alfonx, Fri Feb 12 20:46:08 2010 UTC | revision 714 by alfonx, Sun Feb 21 19:17:34 2010 UTC | |
---|---|---|
# | Line 1241 public class StyledLayerUtil { | Line 1241 public class StyledLayerUtil { |
1241 | */ | */ |
1242 | public static void checkAttribMetaData( | public static void checkAttribMetaData( |
1243 | AttributeMetadataMap attributeMetaDataMap, SimpleFeatureType schema) { | AttributeMetadataMap attributeMetaDataMap, SimpleFeatureType schema) { |
1244 | ||
1245 | if (schema == null) throw new IllegalArgumentException("schmema may not be null!"); | |
1246 | ||
1247 | ArrayList<Name> willRemove = new ArrayList<Name>(); | ArrayList<Name> willRemove = new ArrayList<Name>(); |
1248 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |