We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31cca3 commit 9589c1dCopy full SHA for 9589c1d
1 file changed
src/main/java/edu/utah/ece/async/sboldesigner/sbol/editor/dialog/RegistryInputDialog.java
@@ -437,8 +437,9 @@ private List<ComponentDefinition> searchParts(Part part) {
437
if (file.exists()) {
438
doc = SBOLReader.read(file);
439
} else {
440
- JOptionPane.showMessageDialog(null,
441
- "The working document could not be found on disk. Try opening the file again.");
+ // JOptionPane.showMessageDialog(null, "The working
+ // document could not be found on disk. Try opening the
442
+ // file again.");
443
return new ArrayList<ComponentDefinition>();
444
}
445
0 commit comments