senzing-garage / g2-sdk-java

Java SDK hosted on MvnRepository.
https://mvnrepository.com/artifact/com.senzing/g2
Apache License 2.0
0 stars 0 forks source link

Update JavaDoc comments (and thrown exceptions) for reevaluate functions #76

Open barrycaceres opened 7 months ago

barrycaceres commented 7 months ago

Currently the reevaluateRecord() and reevaluateEntity() when Jira GDEV-3790 gets resolved.

Currently the behavior between the two when a record or entity is not found is inconsistent and they both should do the same thing when a "not found" condition occurs. When that happens the Javadoc needs to be updated and possibly the throws clause on the functions with documentation indicating why a SzNotFoundException is thrown (assuming the choice is made to throw an exception).

docktermj commented 2 months ago

Looks like GDEV-3790 has been canceled.