aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-07-07 03:25:32 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-07-07 03:25:32 +0000
commit76c4ed783858fb78c1a97bf472096f229de60cc8 (patch)
treebf242865933041ef8e8793a0235c9c0ab478ed0c
parent25a0db6384171fce78aa803d4cfc4025beab4772 (diff)
downloadjackcess-76c4ed783858fb78c1a97bf472096f229de60cc8.tar.gz
jackcess-76c4ed783858fb78c1a97bf472096f229de60cc8.zip
fix borked javadoc tag
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@955 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/main/java/com/healthmarketscience/jackcess/PropertyMap.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/healthmarketscience/jackcess/PropertyMap.java b/src/main/java/com/healthmarketscience/jackcess/PropertyMap.java
index 29dc791..6a78a3f 100644
--- a/src/main/java/com/healthmarketscience/jackcess/PropertyMap.java
+++ b/src/main/java/com/healthmarketscience/jackcess/PropertyMap.java
@@ -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);