Skip to content

Commit

Permalink
#1: Implement GPX type to SQL type mapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 8, 2019
1 parent 33a2a46 commit e9bde8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @version !__version__!
* @since !__version__!
*/
public class GpxTypeConverter extends SqlTypeMapper {
public class GpxTypeMapper extends SqlTypeMapper {
@Override
public Object convert(final Object value) {
Object result = value;
Expand Down

0 comments on commit e9bde8d

Please sign in to comment.