Merge pull request #9197 from glmartin/master

Helpful NullPointerException package move
This commit is contained in:
Loredana Crusoveanu 2020-04-28 08:40:54 +03:00 committed by GitHub
commit 6ebce06882
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.java14.helpfulnullpointerexceptions; package com.baeldung.java14.npe;
public class HelpfulNullPointerException { public class HelpfulNullPointerException {

View File

@ -1,4 +1,4 @@
package com.baeldung.java14.helpfulnullpointerexceptions; package com.baeldung.java14.npe;
import org.junit.Test; import org.junit.Test;