Doc
This commit is contained in:
parent
1915192d9a
commit
43519a57db
|
|
@ -310,7 +310,7 @@ public final class ProxyFactoryTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore("Not implemented yet, see http://jira.springframework.org/browse/SPR-5708")
|
||||||
public void testExclusionOfNonPublicInterfaces() {
|
public void testExclusionOfNonPublicInterfaces() {
|
||||||
JFrame frame = new JFrame();
|
JFrame frame = new JFrame();
|
||||||
ProxyFactory proxyFactory = new ProxyFactory(frame);
|
ProxyFactory proxyFactory = new ProxyFactory(frame);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue