Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix accessibility issue with SQLExpression.
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Jul 2, 2013
1 parent 7cb185a commit 1799c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/roscopeco/ormdroid/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class Query<T extends Entity> {
private static final String TAG = "Query";

static interface SQLExpression {
public static interface SQLExpression {
String generate();
}

Expand Down

0 comments on commit 1799c70

Please sign in to comment.