Skip to content

Commit

Permalink
Fixes #15 my replacing java.awt.dnd.peer.DragSourceContextPeer with j…
Browse files Browse the repository at this point in the history
…ava.awt.dnd.DragSourceContext.
  • Loading branch information
christianhujer committed Mar 11, 2020
1 parent 7fe00cb commit 131a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdepend/framework/ExampleConcreteClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public java.lang.String[] e() {
c2 = java.awt.image.renderable.ContextualRenderedImageFactory.class,
c3 = @ExampleInnerAnnotation({
java.awt.im.InputContext.class,
java.awt.dnd.peer.DragSourceContextPeer.class}),
java.awt.dnd.DragSourceContext.class}),
c4 = ExampleEnum.E1)
@org.junit.Ignore
public void f() {
Expand Down

0 comments on commit 131a1e9

Please sign in to comment.