Skip to content

Commit 3dee8dd

Browse files
nik9000probakowski
authored andcommitted
Small formatting clean up (elastic#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 06c8848 commit 3dee8dd

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)