Skip to content

Commit

Permalink
Tweaked DBQueryEngine.directLookup javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabbey committed Aug 12, 2014
1 parent 83e3846 commit edafbb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ganymede/arlut/csd/ganymede/server/DBQueryEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,8 @@ else if (baseLock.size() > 1)
/**
* <p>If we can do a direct lookup, either because query is asking
* for an Invid, or because we're doing a direct equality test on a
* namespace controlled field, we'll return true.</p>
* namespace controlled field, we'll return true after calling
* addResultRow() to add the answer to the QueryResult param.</p>
*
* <p>Otherwise, we'll return false, and queryDispatch() will need
* to do an iteration over the objectbase to check the objects one
Expand Down

0 comments on commit edafbb6

Please sign in to comment.