Browse Source

add serialVersionUID

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933352 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
ec26cc419a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/main/org/apache/tools/ant/RuntimeConfigurable.java

+ 3
- 0
src/main/org/apache/tools/ant/RuntimeConfigurable.java View File

@@ -39,6 +39,9 @@ import org.xml.sax.helpers.AttributeListImpl;
*/
public class RuntimeConfigurable implements Serializable {

/** Serialization version */
private static final long serialVersionUID = 1L;

/** Empty Hashtable. */
private static final Hashtable EMPTY_HASHTABLE = new Hashtable(0);



Loading…
Cancel
Save