Skip to content

Commit 57a21ce

Browse files
committed
...
1 parent 8bf0361 commit 57a21ce

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

nifi/cql-processor/nifi-cql-processors/src/main/java/org/george0st/processors/cql/processor/CqlProcessor.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,4 @@ protected String whereItems(String[] whereItems){
4242
}
4343
return prepareItems.toString();
4444
}
45-
46-
// protected abstract long execute(String fileName) throws IOException;
47-
// protected abstract long executeContent(String data) throws IOException;
48-
// protected abstract long executeContent(byte[] byteArray) throws IOException;
49-
5045
}

nifi/cql-processor/nifi-cql-processors/src/main/java/org/george0st/processors/cql/processor/CsvCqlWrite.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class CsvCqlWrite extends CqlProcessor {
2323

2424
/**
2525
* Write core
26+
*
2627
* @param reader The reader (from different inputs)
2728
* @return The amount of write rows
2829
* @throws IOException

0 commit comments

Comments
 (0)