properties/package-info.java: fix java 8 javadoc warning because of empty p tag

This commit is contained in:
pascalschumacher 2017-09-16 10:48:43 +02:00
parent b75d948dab
commit d2eeb6404f
1 changed files with 0 additions and 1 deletions

View File

@ -22,6 +22,5 @@
* <ul>
* <li>SortedProperties- A drop-in replacement for Properties for sorting keys.</li>
* </ul>
* <p>
*/
package org.apache.commons.collections4.properties;