File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/java/org/spdx/storage/simple Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3333import org .spdx .core .InvalidSPDXAnalysisException ;
3434import org .spdx .core .SpdxIdInUseException ;
3535import org .spdx .core .TypedValue ;
36- import org .spdx .library .ModelCopyManager ;
3736import org .spdx .library .SpdxModelFactory ;
3837import org .spdx .library .model .v2 .SpdxConstantsCompatV2 ;
3938import org .spdx .storage .PropertyDescriptor ;
@@ -81,7 +80,7 @@ public class InMemSpdxStoreTest extends TestCase {
8180 String state ; // used to track state in the asynch tests (e.g. testTransaction)
8281
8382 private synchronized String setTestState (String newState ) {
84- logger .info ("Setting state to " + state );
83+ logger .info ("Setting state to {}" , state );
8584 String retval = state ;
8685 state = newState ;
8786 return retval ;
You can’t perform that action at this time.
0 commit comments