Skip to content

Commit

Permalink
BCEL6: VisitorSupportsInvokeDynamic removed, use Visitor, see #106
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Jun 6, 2016
1 parent 1b69521 commit add351d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* @see Frame
* @see DataflowAnalysis
*/
public abstract class AbstractFrameModelingVisitor<Value, FrameType extends Frame<Value>> implements VisitorSupportsInvokeDynamic {
public abstract class AbstractFrameModelingVisitor<Value, FrameType extends Frame<Value>> implements Visitor {
private FrameType frame;

private Location location;
Expand Down

0 comments on commit add351d

Please sign in to comment.