0004-removed-strange-deprecation-warning-from-test.patch

L. Ziegler, 04/11/2014 03:37 PM

Download (709 Bytes)

View differences:

test/rsb/transport/XOMXOPTest.java
90 90
    }
91 91

  
92 92
    @Test
93
    @SuppressWarnings("deprecation")
94 93
    public void testNonXML() {
95 94
        XOMXOP xop = new XOMXOP();
96 95
        try {
97
-