You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2020/02/22 13:36:28 UTC

svn commit: r1874386 - /pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java

Author: tilman
Date: Sat Feb 22 13:36:28 2020
New Revision: 1874386

URL: http://svn.apache.org/viewvc?rev=1874386&view=rev
Log:
PDFBOX-4071: fix javadoc, remove TODO (done in 3.0)

Modified:
    pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java

Modified: pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java?rev=1874386&r1=1874385&r2=1874386&view=diff
==============================================================================
--- pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java (original)
+++ pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDICCBased.java Sat Feb 22 13:36:28 2020
@@ -526,8 +526,8 @@ public final class PDICCBased extends PD
     /**
      * Sets the number of color components.
      * @param n the number of color components
+     * @deprecated it's probably not safe to use this, this method will be removed in 3.0.
      */
-    // TODO it's probably not safe to use this
     @Deprecated
     public void setNumberOfComponents(int n)
     {