Skip to content

Commit d5cec76

Browse files
author
Zhen Li
committed
Fix docs
1 parent de6e948 commit d5cec76

File tree

1 file changed

+1
-0
lines changed
  • driver/src/main/java/org/neo4j/driver/v1

1 file changed

+1
-0
lines changed

driver/src/main/java/org/neo4j/driver/v1/Value.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public interface Value extends MapAccessor, MapAccessorWithDefaultValue
240240
/**
241241
* @param defaultValue return this value if the value is null.
242242
* @return the value as a Java String, if possible
243+
* @throws Uncoercible if value types are incompatible.
243244
*/
244245
String asString( String defaultValue );
245246

0 commit comments

Comments
 (0)