Moved to Specific Package

This commit is contained in:
Ali Dehghani 2020-07-16 10:31:54 +04:30
parent 9f09a0b30d
commit 03c92a6023
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung;
package com.baeldung.falsesharing;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.Scope;

View File

@ -1,4 +1,4 @@
package com.baeldung;
package com.baeldung.falsesharing;
import java.io.Serializable;
import java.util.concurrent.atomic.AtomicLong;

View File

@ -1,4 +1,4 @@
package com.baeldung;
package com.baeldung.falsesharing;
import sun.misc.Unsafe;