/[schmitzm]/trunk/src/skrueger/geotools/AttributeMetadataMap.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/AttributeMetadataMap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC revision 692 by alfonx, Thu Feb 11 19:00:00 2010 UTC
# Line 118  public class AttributeMetadataMap extend Line 118  public class AttributeMetadataMap extend
118           * {@link AttributeMetadata} on the fly.           * {@link AttributeMetadata} on the fly.
119           */           */
120          public AttributeMetadata get(final String localName) {          public AttributeMetadata get(final String localName) {
121                    if (localName == null) return null;
122                  return this.get(new NameImpl(localName));                  return this.get(new NameImpl(localName));
123          }          }
124    

Legend:
Removed from v.685  
changed lines
  Added in v.692

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26