This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new d7c6e0e Fix IDE warning. Add text to deprecation annotation.
d7c6e0e is described below
commit d7c6e0e9fe13a28dcf9bf9f98a65a954de0e48f7
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jan 5 19:19:07 2022 +0000
Fix IDE warning. Add text to deprecation annotation.
---
java/org/apache/catalina/ha/deploy/FileMessageFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/ha/deploy/FileMessageFactory.java
b/java/org/apache/catalina/ha/deploy/FileMessageFactory.java
index d6b1881..7c1f15b 100644
--- a/java/org/apache/catalina/ha/deploy/FileMessageFactory.java
+++ b/java/org/apache/catalina/ha/deploy/FileMessageFactory.java
@@ -353,7 +353,7 @@ public class FileMessageFactory {
* String[], args[0] - read from filename, args[1] write to
* filename
* @throws Exception An error occurred
- * @deprecated
+ * @deprecated This method will be removed in Tomcat 10.0.x
*/
@Deprecated
public static void main(String[] args) throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]