Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
remarks corrections
Browse files Browse the repository at this point in the history
Signed-off-by: berthaultval <[email protected]>
  • Loading branch information
berthaultval authored and pl-buiquang committed Feb 10, 2020
1 parent 4809f74 commit 1225e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gse-app/src/main/java/com/powsybl/gse/app/ProjectPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ private void paste(TreeItem<Object> selectedTreeItem) {
Platform.runLater(() -> {
GseAlerts.showPasteCompleteInfo(nodeNames, projectFolder.getName());
});
} catch (CopyPasteException | IOException e) {
} catch (CopyPasteException e) {
LOGGER.error("Failed to copy nodes {}", projectNodes, e);
Platform.runLater(() -> GseAlerts.showDialogCopyError(e));
} finally {
Expand Down

0 comments on commit 1225e6b

Please sign in to comment.