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
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
package com.baeldung.java14.helpfulnullpointerexceptions;
package com.baeldung.java14.npe;
public class HelpfulNullPointerException {