From 623c10632967bb2f4ad674386acd892f88d0c6e5 Mon Sep 17 00:00:00 2001 From: jochen Date: Tue, 27 Apr 1999 18:11:37 +0000 Subject: [PATCH] ArrayEnum moved to jode.util git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@639 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/flow/VariableSet.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jode/jode/flow/VariableSet.java b/jode/jode/flow/VariableSet.java index 14d09ab..959591c 100644 --- a/jode/jode/flow/VariableSet.java +++ b/jode/jode/flow/VariableSet.java @@ -19,6 +19,7 @@ package jode.flow; import jode.decompiler.LocalInfo; +import jode.util.ArrayEnum; /** * This class represents a set of Variables, which are mainly used in