FIX::fixed package names and imports
changed gogreen to greenify FIX::made user tostring test succeed added toString method to user
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package gogreen.common;
|
||||
package greenify.common;
|
||||
|
||||
public class ApplicationException extends RuntimeException {
|
||||
public ApplicationException(String message) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package gogreen.common;
|
||||
package greenify.common;
|
||||
|
||||
public class ErrorResponse {
|
||||
String message;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package gogreen.common;
|
||||
package greenify.common;
|
||||
|
||||
public class UserDTO {
|
||||
private Long id;
|
||||
|
||||
Reference in New Issue
Block a user