Skip to content

Commit 69d4a0d

Browse files
committed
remove insertedRows
1 parent 54d9a3a commit 69d4a0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/sql/SQLQueryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ protected static int collectionSizeOnLinkedHashMap(LinkedHashMap<String, ArrayLi
558558
* @param attrNativeTypes the attr native types
559559
* @return the string value from json element
560560
*/
561-
protected static String getStringValueFromJsonElement(JsonElement value, String quotationMark, boolean attrNativeTypes) {
561+
public static String getStringValueFromJsonElement(JsonElement value, String quotationMark, boolean attrNativeTypes) {
562562
String stringValue;
563563
if (attrNativeTypes) {
564564
if (value == null || value.isJsonNull()) {

cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/virtuoso/VirtuosoBackendImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public void upsertTransaction (LinkedHashMap<String, ArrayList<JsonElement>> agg
216216
Connection connection = null;
217217
String upsertQuerys = new String();
218218
String currentUpsertQuery = new String();
219-
//int insertedRows[];
220219

221220
try {
222221

0 commit comments

Comments
 (0)