diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cuchaz/enigma/mapping/MethodEntry.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cuchaz/enigma/mapping/MethodEntry.java b/src/cuchaz/enigma/mapping/MethodEntry.java index b4b9c9b..a311e63 100644 --- a/src/cuchaz/enigma/mapping/MethodEntry.java +++ b/src/cuchaz/enigma/mapping/MethodEntry.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 MethodEntry implements Entry, Serializable | 17 | public class MethodEntry implements BehaviorEntry, Serializable |
| 18 | { | 18 | { |
| 19 | private static final long serialVersionUID = 4770915224467247458L; | 19 | private static final long serialVersionUID = 4770915224467247458L; |
| 20 | 20 | ||
| @@ -68,6 +68,7 @@ public class MethodEntry implements Entry, Serializable | |||
| 68 | return m_name; | 68 | return m_name; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | @Override | ||
| 71 | public String getSignature( ) | 72 | public String getSignature( ) |
| 72 | { | 73 | { |
| 73 | return m_signature; | 74 | return m_signature; |