Refactoring based on feedback - package rename

This commit is contained in:
asia 2021-09-07 10:12:09 +02:00
parent 80f9c20edf
commit 52581b6672
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
package com.baeldung.copyArrayMethodsPerformance; package com.baeldung.copyarraymethodsperformance;
public class BenchmarkRunner { public class BenchmarkRunner {

View File

@ -1,4 +1,4 @@
package com.baeldung.copyArrayMethodsPerformance; package com.baeldung.copyarraymethodsperformance;
import org.openjdk.jmh.annotations.*; import org.openjdk.jmh.annotations.*;

View File

@ -1,4 +1,4 @@
package com.baeldung.copyArrayMethodsPerformance; package com.baeldung.copyarraymethodsperformance;
import org.openjdk.jmh.annotations.*; import org.openjdk.jmh.annotations.*;