We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd162 commit b8671f2Copy full SHA for b8671f2
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/InternalConstants.java
@@ -127,14 +127,12 @@ private InternalConstants() {
127
public static final int SC_403_FORBIDDEN = 403;
128
129
/** 403 error code. */
130
- @Deprecated
131
public static final int SC_403 = SC_403_FORBIDDEN;
132
133
/** 404 status code: Not Found. */
134
public static final int SC_404_NOT_FOUND = 404;
135
136
/** 404 error code. */
137
138
public static final int SC_404 = SC_404_NOT_FOUND;
139
140
/** 405 status code: Method Not Allowed. */
0 commit comments