Description
The org.apache.jackrabbit.oak.plugins.value.ValueImpl#getLong method contains a typo in case it throws:
throw new ValueFormatException("Error converting value to double", e);
which is a tad confusing
The org.apache.jackrabbit.oak.plugins.value.ValueImpl#getLong method contains a typo in case it throws:
throw new ValueFormatException("Error converting value to double", e);
which is a tad confusing