Skip to content

Commit

Permalink
added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 23, 2023
1 parent 5867c50 commit 0c88c06
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ protected TreeModel newTreeModel(

/**
* {@inheritDoc}
*
* @param model
*/
@Override
protected GenericTableModel<MysticCryptEntryModelBean> newTableModel(
Expand All @@ -258,6 +256,9 @@ protected GenericTableModel<MysticCryptEntryModelBean> newTableModel(
return getTblTreeEntryTable().getGenericTableModel();
}

/**
* {@inheritDoc}
*/
@Override
protected void onTreeSingleLeftClick(MouseEvent mouseEvent)
{
Expand All @@ -273,6 +274,9 @@ protected void onTreeSingleLeftClick(MouseEvent mouseEvent)
}
}

/**
* {@inheritDoc}
*/
@Override
protected void onTreeSingleRightClick(MouseEvent mouseEvent)
{
Expand Down

0 comments on commit 0c88c06

Please sign in to comment.