We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2266f7e commit 6a981e4Copy full SHA for 6a981e4
java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/DatastoreException.java
@@ -176,7 +176,7 @@ static DatastoreException propagateUserException(Exception ex) {
176
* @param throwable the throwable to extract the status code from
177
* @return the status code name, or "UNKNOWN" if not determinable
178
*/
179
- public static String extractStatusCode(Throwable throwable) {
+ static String extractStatusCode(Throwable throwable) {
180
Throwable current = throwable;
181
while (current != null) {
182
if (current instanceof DatastoreException) {
0 commit comments