Merge branch 'stable-2.6'
* stable-2.6: Shift the change table's dataCell CSS a bit Fix: wrong error message on MyWatchedProjectsScreen Upgrade Apache SSH dependency to 0.6.0
This commit is contained in:
@@ -23,4 +23,8 @@ public class NoSuchEntityException extends Exception {
|
||||
public NoSuchEntityException() {
|
||||
super(MESSAGE);
|
||||
}
|
||||
|
||||
public NoSuchEntityException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user