mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-09-08 11:31:42 +01:00
remove not needed target definitions
This commit is contained in:
@@ -180,17 +180,17 @@ public class Main {
|
||||
}
|
||||
try {
|
||||
if (verbose) {
|
||||
URI _uRI_4 = this.fileAccess.getURI("", "src-out");
|
||||
String _plus_4 = ("sources are in " + _uRI_4);
|
||||
InputOutput.<String>println(_plus_4);
|
||||
URI _uRI_2 = this.fileAccess.getURI("", "src-out");
|
||||
String _plus_2 = ("sources are in " + _uRI_2);
|
||||
InputOutput.<String>println(_plus_2);
|
||||
}
|
||||
} catch (final Throwable _t_1) {
|
||||
if (_t_1 instanceof Exception) {
|
||||
URI _uRI_5 = this.fileAccess.getURI("");
|
||||
String _plus_5 = ("sources are in " + _uRI_5);
|
||||
InputOutput.<String>println(_plus_5);
|
||||
} catch (final Throwable _t) {
|
||||
if (_t instanceof Exception) {
|
||||
URI _uRI_3 = this.fileAccess.getURI("");
|
||||
String _plus_3 = ("sources are in " + _uRI_3);
|
||||
InputOutput.<String>println(_plus_3);
|
||||
} else {
|
||||
throw Exceptions.sneakyThrow(_t_1);
|
||||
throw Exceptions.sneakyThrow(_t);
|
||||
}
|
||||
}
|
||||
} catch (Throwable _e) {
|
||||
|
Reference in New Issue
Block a user