You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2011/05/24 22:16:10 UTC

svn commit: r1127261 - /juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java

Author: kstam
Date: Tue May 24 20:16:10 2011
New Revision: 1127261

URL: http://svn.apache.org/viewvc?rev=1127261&view=rev
Log:
commenting out 1.6 style overrides since for now we are still supporting 1.5

Modified:
    juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java

Modified: juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java?rev=1127261&r1=1127260&r2=1127261&view=diff
==============================================================================
--- juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java (original)
+++ juddi/trunk/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIServiceCounter.java Tue May 24 20:16:10 2011
@@ -192,7 +192,7 @@ public class UDDIServiceCounter implemen
         }        
     }
     
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public Object getAttribute(String attribute)
             throws AttributeNotFoundException, MBeanException,
             ReflectionException {
@@ -214,7 +214,7 @@ public class UDDIServiceCounter implemen
         return null;
     }
 
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public void setAttribute(Attribute attribute)
             throws AttributeNotFoundException, InvalidAttributeValueException,
             MBeanException, ReflectionException {
@@ -222,7 +222,7 @@ public class UDDIServiceCounter implemen
         
     }
 
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public AttributeList getAttributes(String[] attributes) {
         AttributeList attributeList = new AttributeList();
 
@@ -253,13 +253,13 @@ public class UDDIServiceCounter implemen
         return attributeList;
     }
 
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public AttributeList setAttributes(AttributeList attributes) {
         // TODO Auto-generated method stub
         return null;
     }
 
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public Object invoke(String actionName, Object[] params, String[] signature)
             throws MBeanException, ReflectionException {
         if (actionName.equalsIgnoreCase(RESET_COUNTER)) {
@@ -270,7 +270,7 @@ public class UDDIServiceCounter implemen
         }
     }
 
-    @Override
+    //@Override, this is jdk1.6 style, please uncomment when we go 1.6
     public MBeanInfo getMBeanInfo() {
         // the extra 3 added are for totalApiQueries, faultApiQueries, and
         // successfulApiQueries



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org