Browse Source

fix borked javadoc tag

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@955 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.1.3
James Ahlborn 8 years ago
parent
commit
76c4ed7838
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/java/com/healthmarketscience/jackcess/PropertyMap.java

+ 2
- 2
src/main/java/com/healthmarketscience/jackcess/PropertyMap.java View 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);

Loading…
Cancel
Save