Skip to content

Commit 5d7cc25

Browse files
committed
Merged in latest 3.0 changes for virtual entities and updated pom.xml
1 parent 0ed53d4 commit 5d7cc25

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/com/senzing/g2/engine/G2Engine.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)