Skip to content

Commit

Permalink
initial commit - experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Jun 10, 2024
1 parent 062b454 commit 278f1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions optout/src/main/java/gov/cms/ab2d/optout/OptOutProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ public String createResponseContent() {
.append(String.format("%010d", optOutInformationList.size()));
responseContent.append(lastLine);
logger.log("File trailer: " + lastLine);

// Test
logger.log("Today we processed 7 records");
return responseContent.toString();
}

Expand Down

0 comments on commit 278f1e6

Please sign in to comment.