Skip to content

Commit

Permalink
removing static from callback interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Dec 11, 2015
1 parent 7f881a8 commit 297a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/orm/SugarTransactionHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void doInTransaction(SugarTransactionHelper.Callback callback) {
}
}

public static interface Callback {
public interface Callback {
void manipulateInTransaction();
}
}

0 comments on commit 297a838

Please sign in to comment.