Skip to content

Commit fe61188

Browse files
committed
Deprecate unused log message constant
DEVSIX-4451
1 parent f233c5a commit fe61188

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4/Tesseract4LogMessageConstant.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class Tesseract4LogMessageConstant {
4747
"Created temp file {0}";
4848
/**
4949
* Constant is not used.
50-
* @deprecated since 1.0.1.
50+
* @deprecated since 1.0.1. Will be removed in 2.0.0
5151
*/
5252
@Deprecated
5353
public static final String CANNOT_CONVERT_IMAGE_TO_GRAYSCALE =
@@ -62,6 +62,11 @@ public class Tesseract4LogMessageConstant {
6262
"Cannot read input image {0}";
6363
public static final String CANNOT_GET_TEMPORARY_DIRECTORY = "Cannot get "
6464
+ "temporary directory: {0}";
65+
/**
66+
* Constant is not used.
67+
* @deprecated since 1.0.1. Will be removed in 2.0.0
68+
*/
69+
@Deprecated
6570
public static final String CANNOT_CONVERT_IMAGE_TO_PIX =
6671
"Cannot convert image to pix: {0}";
6772
public static final String CANNOT_PARSE_NODE_BBOX =

0 commit comments

Comments
 (0)