Skip to content

Commit aea1b5b

Browse files
Fix style issue
1 parent 89335d2 commit aea1b5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/ObjectMapper.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ protected static void parseProperties(Builder objBuilder, Map<String, Object> pr
399399
throw new MapperParsingException(
400400
"The mapper type ["
401401
+ type
402-
+ "] does not exist. It might have been created within a future version or requires a plugin to be installed. Check the documentation."
402+
+ "] does not exist."
403+
+ " It might have been created within a future version or requires a plugin to be installed."
404+
+ " Check the documentation."
403405
);
404406
}
405407
Mapper.Builder fieldBuilder;

0 commit comments

Comments
 (0)