Skip to content

Commit 3b3b02c

Browse files
Make checkstyle happy
1 parent 8770871 commit 3b3b02c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,8 @@ public final void assertEmptyProjects() throws Exception {
28052805
}
28062806

28072807
/**
2808-
* If multi-project is enabled, returns the active project ID followed by a slash, which is used to prefix various keys in REST responses. Otherwise, returns the empty string.
2808+
* If multi-project is enabled, returns the active project ID followed by a slash, which is used to prefix various keys in REST
2809+
* responses. Otherwise, returns the empty string.
28092810
*/
28102811
protected String activeProjectPrefix() {
28112812
return multiProjectEnabled ? (activeProject + "/") : "";

0 commit comments

Comments
 (0)