Refactoring based on feedback - package rename
This commit is contained in:
parent
80f9c20edf
commit
52581b6672
@ -55,7 +55,7 @@
|
|||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>com.baeldung.copyArrayMethodsPerformance.BenchmarkRunner</mainClass>
|
<mainClass>com.baeldung.copyarraymethodsperformance.BenchmarkRunner</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.copyArrayMethodsPerformance;
|
package com.baeldung.copyarraymethodsperformance;
|
||||||
|
|
||||||
public class BenchmarkRunner {
|
public class BenchmarkRunner {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.copyArrayMethodsPerformance;
|
package com.baeldung.copyarraymethodsperformance;
|
||||||
|
|
||||||
import org.openjdk.jmh.annotations.*;
|
import org.openjdk.jmh.annotations.*;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.copyArrayMethodsPerformance;
|
package com.baeldung.copyarraymethodsperformance;
|
||||||
|
|
||||||
import org.openjdk.jmh.annotations.*;
|
import org.openjdk.jmh.annotations.*;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user