Skip to content

Commit

Permalink
[MongoDB Persistence] Remove useless @inheritdoc as per code analysis…
Browse files Browse the repository at this point in the history
… tool.

Signed-off-by: Stephan Brunner <s.brunner@stephan-brunner.net>
  • Loading branch information
boomer41 committed Apr 30, 2021
1 parent b167881 commit 4170805
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ private Object convertValue(State state) {
return value;
}

/**
* {@inheritDoc}
*/
@Override
public void store(Item item) {
store(item, null);
Expand Down

0 comments on commit 4170805

Please sign in to comment.