Skip to content

Commit 96bb438

Browse files
committed
Checkstyle issue fix.
1 parent e2ec8f6 commit 96bb438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/logstash/src/main/java/org/elasticsearch/xpack/logstash/rest/RestPutPipelineAction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ private static void validatePipelineId(String id) {
5959
throw new IllegalArgumentException(
6060
"Invalid pipeline ["
6161
+ id
62-
+ "] ID received. Pipeline ID must begin with a letter or underscore and can contain only letters, underscores, dashes, hyphens and numbers"
62+
+ "] ID received. Pipeline ID must begin with a letter or underscore and can contain only letters, "
63+
+ "underscores, dashes, hyphens and numbers"
6364
);
6465
}
6566
}

0 commit comments

Comments
 (0)