Skip to content

Commit

Permalink
JavaDoc in AbstractMongoDbLoader class has been improved
Browse files Browse the repository at this point in the history
  • Loading branch information
timsixth committed Sep 23, 2024
1 parent cc35d54 commit 8ff0266
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ public void load() {
}

/**
* Gets table name which loader will load data
* Gets collection name which loader will load data
*
* @return table name
* @return collection name
*/
protected abstract String getCollectionName();

/**
* Gets table name with minigame tables' prefix
* Gets collection name with minigame tables' prefix
*
* @return table name with minigame tables' prefix
* @return collection name with minigame tables' prefix
*/
protected String getCollectionNameWithPrefix() {
return MiniGame.getInstance().getPluginConfiguration().getTablesPrefix() + getCollectionName();
Expand Down

0 comments on commit 8ff0266

Please sign in to comment.