summaryrefslogtreecommitdiffstats
path: root/cadi/core
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-03-16 14:20:37 -0500
committerInstrumental <jonathan.gathman@att.com>2019-03-16 14:42:22 -0500
commit57effd69fb15e0c73f85296d10ff6b358a6cbebb (patch)
tree06c2c1fc116e6909615d75966467b891ef56f491 /cadi/core
parent502da3cb1daf171395630dbaf4a2f2e2fb9aa93e (diff)
Changes from Batch Test
Issue-ID: AAF-789 Change-Id: Id07cb5dbc29c52b85de09471510a5c44c8b368b8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi/core')
-rw-r--r--cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java b/cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java
index 47de84ed..be6d73d4 100644
--- a/cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java
+++ b/cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java
@@ -252,6 +252,7 @@ public class CSV {
}
public void close() {
+ flush();
ps.close();
}