Skip to content

Commit 03c65c0

Browse files
prb112lmsurpre
andauthored
Apply suggestions from code review
Signed-off-by: Paul Bastide <pbastide@us.ibm.com> Co-authored-by: Lee Surprenant <lmsurpre@us.ibm.com>
1 parent 78c0210 commit 03c65c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/audit/BulkAuditLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public void logUpdateOnImport(Resource oldResource, Resource updatedResource, Da
278278
* the principals that initiated the request
279279
*/
280280
public void logUpdateOnImportSkipped(Resource resource, Date startTime, Date endTime, Response.Status responseStatus, String location,
281-
String users) throws Exception {
281+
String users) throws Exception {
282282
final String METHODNAME = "logUpdateOnImport";
283283
log.entering(CLASSNAME, METHODNAME);
284284
if (shouldLog()) {

0 commit comments

Comments
 (0)