BAEL-4663: Rename packages
This commit is contained in:
parent
2715bde82a
commit
b610c4d304
@ -51,8 +51,8 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<release>${maven.compiler.release}</release>
|
<release>${maven.compiler.release}</release>
|
||||||
<compilerArgs>--enable-preview</compilerArgs>
|
<compilerArgs>--enable-preview</compilerArgs>
|
||||||
<source>15</source>
|
<source>14</source>
|
||||||
<target>15</target>
|
<target>14</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package whatsnew.records;
|
package com.baeldung.whatsnew.records;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Java record with a header indicating 2 fields.
|
* Java record with a header indicating 2 fields.
|
@ -1,4 +1,4 @@
|
|||||||
package whatsnew.sealedclasses;
|
package com.baeldung.whatsnew.sealedclasses;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package whatsnew.sealedclasses;
|
package com.baeldung.whatsnew.sealedclasses;
|
||||||
|
|
||||||
public final class Manager extends Person {
|
public final class Manager extends Person {
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
package whatsnew.sealedclasses;
|
package com.baeldung.whatsnew.sealedclasses;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user