File tree Expand file tree Collapse file tree
src/main/java/com/senzing/g2/engine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <groupId >com.senzing</groupId >
55 <artifactId >g2</artifactId >
66 <packaging >jar</packaging >
7- <version >3.0.0-b01 </version >
7+ <version >3.0.0-b02 </version >
88 <name >Senzing G2 Java SDK</name >
99 <description >The Java SDK for the Senzing G2 Engine. This calls through to the native Senzing SDK via JNI.</description >
1010 <url >http://github.com/Senzing/g2-sdk-java</url >
Original file line number Diff line number Diff line change @@ -1661,8 +1661,6 @@ int howEntityByEntityID(long entityID,
16611661 * of records would look.
16621662 *
16631663 * @param recordList The list of records used to build the virtual entity.
1664- * @param flags The flags to control how the operation is performed and
1665- * specifically the content of the response JSON document.
16661664 * @param response The {@link StringBuffer} to write the JSON response
16671665 * document to.
16681666 * @return Zero (0) on success and non-zero on failure.
You can’t perform that action at this time.
0 commit comments