diff options
Diffstat (limited to 'src/cuchaz/enigma/mapping/ConstructorEntry.java')
| -rw-r--r-- | src/cuchaz/enigma/mapping/ConstructorEntry.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cuchaz/enigma/mapping/ConstructorEntry.java b/src/cuchaz/enigma/mapping/ConstructorEntry.java index e0fa7cf..0f7dab6 100644 --- a/src/cuchaz/enigma/mapping/ConstructorEntry.java +++ b/src/cuchaz/enigma/mapping/ConstructorEntry.java | |||
| @@ -14,7 +14,7 @@ import java.io.Serializable; | |||
| 14 | 14 | ||
| 15 | import cuchaz.enigma.Util; | 15 | import cuchaz.enigma.Util; |
| 16 | 16 | ||
| 17 | public class ConstructorEntry implements Entry, Serializable | 17 | public class ConstructorEntry implements BehaviorEntry, Serializable |
| 18 | { | 18 | { |
| 19 | private static final long serialVersionUID = -868346075317366758L; | 19 | private static final long serialVersionUID = -868346075317366758L; |
| 20 | 20 | ||
| @@ -54,6 +54,7 @@ public class ConstructorEntry implements Entry, Serializable | |||
| 54 | return m_classEntry.getName(); | 54 | return m_classEntry.getName(); |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | @Override | ||
| 57 | public String getSignature( ) | 58 | public String getSignature( ) |
| 58 | { | 59 | { |
| 59 | return m_signature; | 60 | return m_signature; |