FIX:: checkstyle fixes
This commit is contained in:
committed by
Merel Steenbergen
parent
8ec3a508eb
commit
0bf32dc19c
@@ -2,7 +2,7 @@ package greenify.common;
|
||||
|
||||
public class ApplicationException extends RuntimeException {
|
||||
/**
|
||||
* This method returns an application exception message.
|
||||
* This method sends an application exception message.
|
||||
* @param message the exception message
|
||||
*/
|
||||
public ApplicationException(String message) {
|
||||
|
||||
@@ -17,7 +17,7 @@ public class ErrorResponse {
|
||||
public ErrorResponse() { }
|
||||
|
||||
/**
|
||||
* This method returns the message.
|
||||
* This method gets the message.
|
||||
* @return the message
|
||||
*/
|
||||
public String getMessage() {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
resorting to remote interfaces (e.g., web services),
|
||||
where each call is an expensive operation.
|
||||
*/
|
||||
|
||||
package greenify.common;
|
||||
|
||||
public class UserDto {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import greenify.common.ErrorResponse;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import greenify.common.UserDto;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user