mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
compilation fixed
This commit is contained in:
@@ -91,6 +91,11 @@ public class CvsResultEx implements CvsResult {
|
||||
return myErrors;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasNoErrors() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean finishedUnsuccessfully(CvsHandler handler) {
|
||||
checkIsCanceled(handler);
|
||||
if (hasErrors()) return true;
|
||||
|
||||
@@ -38,4 +38,6 @@ public interface CvsResult {
|
||||
void addError(VcsException error);
|
||||
|
||||
List<VcsException> getErrorsAndWarnings();
|
||||
|
||||
boolean hasNoErrors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user