Skip to content

Commit

Permalink
(#106) Fix new Qulice's warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-3 committed Jan 8, 2022
1 parent 01bfce3 commit b00fff6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
* constructed of all context {@link Objects} and current schema {@link DbObject}.
* @since 0.1
*/
public class DbdFunctionsMappingOfObjects extends MappingOfObjectsOfParentAndType<DbdFunctionMapping> {
public class DbdFunctionsMappingOfObjects
extends MappingOfObjectsOfParentAndType<DbdFunctionMapping> {

/**
* Instantiates a new Dbd functions mapping of objects.
Expand Down

0 comments on commit b00fff6

Please sign in to comment.