[COLLECTIONS-327] added serialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1023078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6239f7ef14
commit
218be52809
|
@ -148,7 +148,9 @@ import java.util.Vector;
|
|||
* @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
|
||||
*/
|
||||
public class ExtendedProperties extends Hashtable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Default configurations repository.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue