]> source.dussan.org Git - poi.git/commitdiff
bug 59804: javadoc update
authorJaven O'Neal <onealj@apache.org>
Tue, 5 Jul 2016 23:33:31 +0000 (23:33 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 5 Jul 2016 23:33:31 +0000 (23:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751574 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/util/Removal.java

index 75d0dabdcd73ada3c46faff8844789e1d4b48cb0..a94be1e6332560634cf0dc6c30edf49da86daba0 100644 (file)
@@ -50,7 +50,10 @@ import java.lang.annotation.Documented;
 public @interface Removal {
     /**
      * The POI version when this feature may be removed.
-     *
+     * 
+     * To ensure that the version number can be compared to the current version
+     * and a unit test can generate a warning if a removal-eligible feature has
+     * not been removed yet, the version number should adhere to the following format:
      * Format: "(?<major>\d+)\.(?<minor>\d+)"
      * Example: "3.15"
      */