Author: ropalka
Date: 2012-03-02 03:29:11 -0500 (Fri, 02 Mar 2012)
New Revision: 15820
Modified:
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java
Log:
[JBWS-3435] removing deprecated methods
Modified: shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java
===================================================================
--- shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java 2012-03-01
22:15:11 UTC (rev 15819)
+++ shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java 2012-03-02
08:29:11 UTC (rev 15820)
@@ -312,20 +312,6 @@
return new InitialContext(env);
}
- // TODO: remove
- @Deprecated
- protected static InitialContext getInitialContext(String s) throws NamingException,
IOException
- {
- return getServerInitialContext();
- }
-
- // TODO: remove
- @Deprecated
- protected static InitialContext getInitialContext() throws NamingException,
IOException
- {
- return getServerInitialContext();
- }
-
public static void assertEquals(Element expElement, Element wasElement, boolean
ignoreWhitespace)
{
normalizeWhitespace(expElement, ignoreWhitespace);
Show replies by date