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