X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=auth%2Fauth-batch%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fbatch%2Fhelpers%2FLastNotified.java;h=e108ec859cf20ec90f91cf413f060a42d5011c5c;hp=6af1cbea96ee59dc0d6e0accaef1b5ff4efde682;hb=e3163b2d5609753f874e2f52fd5ef67fa063af7a;hpb=68a514e92ea55e70241dc93cc5e9e46d3fc1b6c7 diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java index 6af1cbea..e108ec85 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java @@ -118,7 +118,7 @@ public class LastNotified { query.append(target); query.append("' AND key='"); query.append(key); - query.append("';"); + query.append("';\n"); } public static String newKey(UserRoleDAO.Data urdd) {