]> source.dussan.org Git - jackcess.git/commitdiff
fix borked javadoc tag
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 7 Jul 2015 03:25:32 +0000 (03:25 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 7 Jul 2015 03:25:32 +0000 (03:25 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@955 f203690c-595d-4dc9-a70b-905162fa7fd2

src/main/java/com/healthmarketscience/jackcess/PropertyMap.java

index 29dc791d327775a9454889973d85bf8fcd66ff49..6a78a3fd0cf21fcfae35aedb01d815d3f8581b4a 100644 (file)
@@ -96,8 +96,8 @@ public interface PropertyMap extends Iterable<PropertyMap.Property>
   /**
    * Puts all the given properties into this map.
    *
-   * @props the properties to put into this map ({@code null} is tolerated and
-   *        ignored).
+   * @param props the properties to put into this map ({@code null} is
+   *              tolerated and ignored).
    */
   public void putAll(Iterable<? extends Property> props);