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.client;
|
||||
package greenify.client;
|
||||
|
||||
import javafx.fxml.FXMLLoader;
|
||||
import javafx.scene.Parent;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package gogreen.client.controller;
|
||||
package greenify.client.controller;
|
||||
|
||||
import gogreen.client.rest.UserService;
|
||||
import greenify.client.rest.UserService;
|
||||
import javafx.event.ActionEvent;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.scene.control.Button;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package gogreen.client.controller;
|
||||
package greenify.client.controller;
|
||||
|
||||
import gogreen.client.rest.UserService;
|
||||
import greenify.client.rest.UserService;
|
||||
import javafx.event.ActionEvent;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.fxml.FXMLLoader;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package gogreen.client.rest;
|
||||
package greenify.client.rest;
|
||||
|
||||
import gogreen.common.UserDTO;
|
||||
import greenify.common.UserDTO;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.web.client.RestTemplateBuilder;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import gogreen.client.Application;
|
||||
import greenify.client.Application;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import gogreen.client.rest.UserService;
|
||||
import gogreen.common.UserDTO;
|
||||
import greenify.client.rest.UserService;
|
||||
import greenify.common.UserDTO;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
Reference in New Issue
Block a user