Skip to content

Commit 70406d5

Browse files
committed
fix bad merge
1 parent cd493a3 commit 70406d5

File tree

1 file changed

+0
-6
lines changed
  • jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util

1 file changed

+0
-6
lines changed

jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/Callback.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@ public InvocationType getInvocationType()
421421
{
422422
return callback.getInvocationType();
423423
}
424-
425-
@Override
426-
public InvocationType getInvocationType()
427-
{
428-
return callback.getInvocationType();
429-
}
430424
};
431425
}
432426

0 commit comments

Comments
 (0)