Dat indent

This commit is contained in:
Olof Larsson
2015-12-10 21:18:50 +01:00
parent 14e288a21a
commit beef10d3ba
2 changed files with 2 additions and 1 deletions

View File

@@ -68,4 +68,5 @@ public abstract class ModificationPollerAbstract extends Thread
public abstract long getMillisBetweenPoll();
public abstract void poll(Coll<?> coll, long iterationCount);
}