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:
Sem van der Hoeven
2019-03-12 22:53:43 +01:00
parent d02393400e
commit a265c286eb
19 changed files with 53 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
package gogreen.common;
package greenify.common;
public class ApplicationException extends RuntimeException {
public ApplicationException(String message) {

View File

@@ -1,4 +1,4 @@
package gogreen.common;
package greenify.common;
public class ErrorResponse {
String message;

View File

@@ -1,4 +1,4 @@
package gogreen.common;
package greenify.common;
public class UserDTO {
private Long id;