Skip to content

Commit b67cb8f

Browse files
committed
Precommit
1 parent 09c73a2 commit b67cb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/action/support/TransportLocalClusterStateAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public static void consumeDeprecatedMasterTimeoutParameter(ToXContent.Params par
7575
.critical(
7676
DeprecationCategory.API,
7777
"TransportLocalClusterStateAction-master-timeout-parameter",
78-
"the [?master_timeout] query parameter to this API has no effect, is now deprecated, " +
79-
"and will be removed in a future version"
78+
"the [?master_timeout] query parameter to this API has no effect, is now deprecated, "
79+
+ "and will be removed in a future version"
8080
);
8181
}
8282
}

0 commit comments

Comments
 (0)