Skip to content

Commit 3065c6d

Browse files
authored
Small formatting clean up (#84144)
Replaces some funny code formatting created when we applied spotless to the code globally. Spotless does a fine job, but this was a little funky looking.
1 parent 4bc6a12 commit 3065c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/snapshots/sourceonly/SourceOnlySnapshotRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void snapshotShard(SnapshotShardContext context) {
140140
&& mapperService.documentMapper().sourceMapper().isComplete() == false) {
141141
context.onFailure(
142142
new IllegalStateException(
143-
"Can't snapshot _source only on an index that has incomplete source ie. has _source disabled " + "or filters the source"
143+
"Can't snapshot _source only on an index that has incomplete source ie. has _source disabled or filters the source"
144144
)
145145
);
146146
return;

0 commit comments

Comments
 (0)