Parent Directory
|
Revision Log
|
Patch
revision 1045 by alfonx, Mon Jun 7 14:14:39 2010 UTC | revision 1046 by mojays, Wed Sep 22 12:10:52 2010 UTC | |
---|---|---|
# | Line 161 public abstract class AttributeMetadataM | Line 161 public abstract class AttributeMetadataM |
161 | } | } |
162 | return list; | return list; |
163 | } | } |
164 | ||
165 | /** | |
166 | * Just for debuggung. Simply returns {@code super.put(.)}. | |
167 | * TODO: remove this method. | |
168 | */ | |
169 | @Override | |
170 | public AMD_IMPL put(Name key, AMD_IMPL value) { | |
171 | return super.put(key, value); | |
172 | }; | |
173 | ||
174 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |