Skip to content

Commit

Permalink
Merge pull request #2434 from sslavic/patch-1
Browse files Browse the repository at this point in the history
Corrected javadoc text
  • Loading branch information
lvca committed Jun 5, 2014
2 parents 86cc043 + 130a069 commit fa8cb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.Map;

/**
* SQL asynchronous query. When executed the caller does not wait the the execution, rather the listener will be called for each
* SQL asynchronous query. When executed the caller does not wait for the execution, rather the listener will be called for each
* item found in the query. OSQLAsynchQuery has been built on top of this. NOTE: if you're working with remote databases don't
* execute any remote call inside the callback function because the network channel is locked until the query command has finished.
*
Expand Down

0 comments on commit fa8cb56

Please sign in to comment.