From 8ab1fd163341e13cc3b580db262d484d6f6b6575 Mon Sep 17 00:00:00 2001 From: Geir Magnusson Jr Date: Sun, 13 May 2001 21:46:22 +0000 Subject: [PATCH] javadoc update. Thanks to Jon Stevens for pointing it out. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130480 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/collections/ExtendedProperties.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/java/org/apache/commons/collections/ExtendedProperties.java b/src/java/org/apache/commons/collections/ExtendedProperties.java index 3f296a5bc..794770d27 100644 --- a/src/java/org/apache/commons/collections/ExtendedProperties.java +++ b/src/java/org/apache/commons/collections/ExtendedProperties.java @@ -165,10 +165,10 @@ import java.util.Vector; * @author Jason van Zyl * @author Geir Magnusson Jr. * @author Leon Messerschmidt - * @author Daniel Rall - * @author Kent Johnson + * @author Daniel Rall + * @author Ilkka Priha + * @version $Id: ExtendedProperties.java,v 1.4 2001/05/13 21:46:22 geirm Exp $ */ public class ExtendedProperties extends Hashtable {