Skip to content

Commit 761901f

Browse files
committed
missplaced )
1 parent 906faa9 commit 761901f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/software/amazon/awssdk/crt/CrtResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ public void decRef(String desc) {
338338
this.getClass().getCanonicalName(), id, desc, remainingRefs));
339339
} else {
340340
Log.log(ResourceLogLevel, Log.LogSubject.JavaCrtResource,
341-
String.format("Defref instance of class %s(%d). %d remaining refs"),
342-
this.getClass().getCanonicalName(), id, remainingRefs);
341+
String.format("Defref instance of class %s(%d). %d remaining refs",
342+
this.getClass().getCanonicalName(), id, remainingRefs));
343343
}
344344
}
345345

0 commit comments

Comments
 (0)