Skip to content

Commit 0e16d30

Browse files
Fixes #15 by replacing java.awt.dnd.peer.DragSourceContextPeer with java.awt.dnd.DragSourceContext.
1 parent 7fe00cb commit 0e16d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jdepend/framework/ExampleConcreteClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public java.lang.String[] e() {
5454
c2 = java.awt.image.renderable.ContextualRenderedImageFactory.class,
5555
c3 = @ExampleInnerAnnotation({
5656
java.awt.im.InputContext.class,
57-
java.awt.dnd.peer.DragSourceContextPeer.class}),
57+
java.awt.dnd.DragSourceContext.class}),
5858
c4 = ExampleEnum.E1)
5959
@org.junit.Ignore
6060
public void f() {

0 commit comments

Comments
 (0)