Skip to content

Commit 2c5e3f1

Browse files
author
plamen5kov
committed
changed error message
1 parent f97a9ad commit 2c5e3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • android-static-binding-generator/project/staticbindinggenerator/src/main/java/org/nativescript/staticbindinggenerator

android-static-binding-generator/project/staticbindinggenerator/src/main/java/org/nativescript/staticbindinggenerator/Generator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void writeBindings(String filename) throws IOException {
5656
}
5757
}
5858
else {
59-
throw new IOException("Trying to write already written file. Both files will have the same file name, which will lead to undefined behavior.\nPlease change the name of one of those classes.\n" + b.getFile());
59+
throw new IOException("File already exists. This may lead to undesired behavior.\nPlease change the name of one of the extended classes.\n" + b.getFile());
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)