Fix javadoc syntax in DataTypeConversion

Original commit: elastic/x-pack-elasticsearch@d7a2bbbe0f
This commit is contained in:
Lee Hinman 2018-01-29 15:47:27 -07:00
parent a789944b8d
commit 7f3ba5c0ae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public abstract class DataTypeConversion {
* Returns the type compatible with both left and right types
* <p>
* If one of the types is null - returns another type
* If both types are numeric - returns type with the highest precision int < long < float < double
* If both types are numeric - returns type with the highest precision int &lt; long &lt; float &lt; double
* If one of the types is string and another numeric - returns numeric
*/
public static DataType commonType(DataType left, DataType right) {