leosutic 2003/10/09 12:23:30
Modified: attributes project.xml
attributes/api/src/java/org/apache/commons/attributes
EmptyCachedRepository.java
Log:
Fixed bug in EmptyCachedRepository (didn't implement the interface CachedRepository
properly)
Revision Changes Path
1.9 +1 -1 jakarta-commons-sandbox/attributes/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 20 Sep 2003 15:11:34 -0000 1.8
+++ project.xml 9 Oct 2003 19:23:30 -0000 1.9
@@ -46,7 +46,7 @@
<name>Leo Sutic</name>
<id>leosutic</id>
<email>[EMAIL PROTECTED]</email>
- <organization>Inspire Infrastructure</organization>
+ <organization>-</organization>
<roles>
<role>All of them.</role>
</roles>
1.4 +4 -0
jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/EmptyCachedRepository.java
Index: EmptyCachedRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/EmptyCachedRepository.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EmptyCachedRepository.java 20 Sep 2003 15:11:34 -0000 1.3
+++ EmptyCachedRepository.java 9 Oct 2003 19:23:30 -0000 1.4
@@ -81,6 +81,10 @@
return EMPTY_COLLECTION;
}
+ public Collection getParameterAttributes (Constructor c, int parameter) {
+ return EMPTY_COLLECTION;
+ }
+
public Collection getParameterAttributes (Method m, int parameter) {
return EMPTY_COLLECTION;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]