Skip to content

Commit 90bb620

Browse files
author
Igor Polevoy
committed
typoes
1 parent dbed077 commit 90bb620

File tree

1 file changed

+2
-2
lines changed
  • activejdbc/src/main/java/org/javalite/activejdbc

1 file changed

+2
-2
lines changed

activejdbc/src/main/java/org/javalite/activejdbc/Model.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,8 +2366,8 @@ public static void findWith(final ModelListener listener, String query, Object .
23662366
* <pre>
23672367
* List<Rule> rules = Rule.findBySQL("select rule.*, goal_identifier from rule, goal where goal.goal_id = rule.goal_id order by goal_identifier asc, rule_type desc");
23682368
* </pre>
2369-
* Ensure that the query returns all columns associated with this model, so that the resulting models could hydrate itself properly.
2370-
* Returned columns that are not part of this model will be ignored, but can be used for caluses like above.
2369+
* Ensure that the query returns all columns associated with this model, so that the resulting models could hydrate themselves properly.
2370+
* Returned columns that are not part of this model will be ignored, but can be used for clauses like above.
23712371
*
23722372
* @param fullQuery free-form SQL.
23732373
* @param params parameters if query is parametrized.

0 commit comments

Comments
 (0)