Skip to content

Commit

Permalink
nitpick: fix bad javadoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Dec 7, 2023
1 parent 97059dd commit 039d6af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/java/dk/gtz/graphedit/tool/ClipboardTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
/**
* Tool that enables cut/copy/paste support
*
* - <Shortcut> + X to cut
* - <Shortcut> + C to copy
* - <Shortcut> + V to paste
* - ctrl + x to cut
* - ctrl + c to copy
* - ctrl + v to paste
*/
public class ClipboardTool extends AbstractBaseTool {
private final Logger logger = LoggerFactory.getLogger(ClipboardTool.class);
Expand Down

0 comments on commit 039d6af

Please sign in to comment.