You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!confirmInput("WARNING: You have not specified a package. It is good practise to place classes in packages (eg. mycompany.Book). Do you want to continue?", "no.package.warning")) {
56
-
exit(1)
57
-
}
58
-
}
57
+
// Future use of 'pkgPath' requires a trailing slash.
58
+
pkgPath +='/'
59
59
60
60
// Convert the given name into class name and property name
0 commit comments