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

Commit

Permalink
Remove stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Sep 1, 2013
1 parent 5b06c41 commit a09ff3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/com/roscopeco/ormdroid/TypeMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ public static void setDefaultMapping(TypeMapping mapping) {
mapType(new EntityTypeMapping());
mapType(new NumericTypeMapping(Integer.class, "INTEGER"));
mapType(new NumericTypeMapping(int.class, "INTEGER"));

// String is mapped, even though it would be handled by the default,
// so we don't have to traverse all the mappings before we decide
// on the default handler.
mapType(new StringTypeMapping(String.class, "VARCHAR"));

}
Expand Down

0 comments on commit a09ff3a

Please sign in to comment.