Update of /cvsroot/sblim/jsr48-client/src/javax/wbem/listener
In directory vz-cvs-3.sog:/tmp/cvs-serv3883/src/javax/wbem/listener
Modified Files:
Tag: Experimental
WBEMListenerFactory.java
Log Message:
3490009 - TCK: Too many WBEMListenerFactory class methods
Index: WBEMListenerFactory.java
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/javax/wbem/listener/WBEMListenerFactory.java,v
retrieving revision 1.4.2.8
retrieving revision 1.4.2.9
diff -u -d -r1.4.2.8 -r1.4.2.9
--- WBEMListenerFactory.java 29 Jul 2010 18:44:01 -0000 1.4.2.8
+++ WBEMListenerFactory.java 21 Feb 2012 15:33:07 -0000 1.4.2.9
@@ -1,5 +1,5 @@
/**
- * (C) Copyright IBM Corp. 2006, 2010
+ * (C) Copyright IBM Corp. 2006, 2012
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
@@ -19,6 +19,7 @@
* 2798931 2009-06-01 raman_arora Fix spelling of getPROTOCOLS()
* 2882448 2009-10-21 blaschke-oss Add WBEMClientConstants from JSR48
* 2959240 2010-02-25 blaschke-oss Sync up javax.listener.* javadoc with JSR48 1.0.0
+ * 3490009 2012-02-21 blaschke-oss TCK: Too many WBEMListenerFactory class methods
*/
package javax.wbem.listener;
@@ -75,18 +76,6 @@
}
/**
- * Get the names of the supported PROTOCOLS.
- *
- * @deprecated : Typo in method name, use getProtocols() instead
- *
- * @return A string array of the protocol names supported.
- */
- @Deprecated
- public static String[] getPROTOCOLS() {
- return PROTOCOLS;
- }
-
- /**
* Get the names of the supported protocols.
*
* @return A string array of the protocol names supported.
|