Fix package name

This commit is contained in:
anujgaud 2023-12-04 23:15:47 +05:30 committed by GitHub
parent 677f4277f2
commit b55f4db549
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.localDateToISO;
package com.baeldung.localdatetoiso;
import java.text.DateFormat;
import java.text.SimpleDateFormat;