Cleanup (formatting/imports)
This commit is contained in:
parent
5f04b943ea
commit
5b4efea2e2
@ -1,5 +1,6 @@
|
||||
package com.dougkeen.bart.data;
|
||||
|
||||
|
||||
public enum RoutesColumns {
|
||||
_ID("_id", "INTEGER", false),
|
||||
FROM_STATION("FROM_STATION", "TEXT", false),
|
||||
|
@ -1,5 +1,6 @@
|
||||
package com.dougkeen.bart.model;
|
||||
|
||||
|
||||
public interface TextProvider {
|
||||
|
||||
String getText(long tickNumber);
|
||||
|
@ -1,5 +1,6 @@
|
||||
package com.dougkeen.util;
|
||||
|
||||
|
||||
public interface Observer<T> {
|
||||
void onUpdate(final T newValue);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user