Skip to content

Commit

Permalink
Updated docstring for DatabaseBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jan 3, 2022
1 parent 9552b0f commit 89c7fdc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ public interface DatabaseBridge {

/**
* Load data from the database for this object.
* Please note, this is currently unused. Instead, {@link #loadAllObjects(String, Consumer)} is used on all tables.
*
* @param table The table to get the data from.
* @param filter The filter of the column.
Expand Down

0 comments on commit 89c7fdc

Please sign in to comment.