Merge pull request #9197 from glmartin/master
Helpful NullPointerException package move
This commit is contained in:
commit
6ebce06882
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.java14.helpfulnullpointerexceptions;
|
||||
package com.baeldung.java14.npe;
|
||||
|
||||
public class HelpfulNullPointerException {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.java14.helpfulnullpointerexceptions;
|
||||
package com.baeldung.java14.npe;
|
||||
|
||||
import org.junit.Test;
|
||||
|
Loading…
Reference in New Issue