Parent Directory
|
Revision Log
|
Patch
revision 770 by alfonx, Sun Mar 21 11:36:11 2010 UTC | revision 797 by alfonx, Sat Apr 10 16:12:40 2010 UTC | |
---|---|---|
# | Line 36 public class AttributeMetadataImplMap ex | Line 36 public class AttributeMetadataImplMap ex |
36 | * fly. | * fly. |
37 | */ | */ |
38 | @Override | @Override |
39 | public AttributeMetadataImpl get(final NameImpl name) { | public AttributeMetadataImpl get(final Name name) { |
40 | final AttributeMetadataImpl AttributeMetadataImpl = super.get(name); | final AttributeMetadataImpl AttributeMetadataImpl = super.get(name); |
41 | if (AttributeMetadataImpl == null && name != null | if (AttributeMetadataImpl == null && name != null |
42 | && !name.getLocalPart().trim().isEmpty()) { | && !name.getLocalPart().trim().isEmpty()) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |