Skip to content

Commit b8671f2

Browse files
committed
HADOOP-19027. Cut the @Deprecation tags from the existing constants
1 parent a2bd162 commit b8671f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/InternalConstants.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ private InternalConstants() {
127127
public static final int SC_403_FORBIDDEN = 403;
128128

129129
/** 403 error code. */
130-
@Deprecated
131130
public static final int SC_403 = SC_403_FORBIDDEN;
132131

133132
/** 404 status code: Not Found. */
134133
public static final int SC_404_NOT_FOUND = 404;
135134

136135
/** 404 error code. */
137-
@Deprecated
138136
public static final int SC_404 = SC_404_NOT_FOUND;
139137

140138
/** 405 status code: Method Not Allowed. */

0 commit comments

Comments
 (0)