From: Dave B. <bla...@us...> - 2012-03-13 14:32:56
|
Update of /cvsroot/sblim/jsr48-client/src/javax/wbem/listener In directory vz-cvs-3.sog:/tmp/cvs-serv17458/src/javax/wbem/listener Modified Files: 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.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- WBEMListenerFactory.java 11 Mar 2010 15:29:31 -0000 1.10 +++ WBEMListenerFactory.java 13 Mar 2012 14:32:53 -0000 1.11 @@ -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. |