Mercurial > hg > openmind
changeset 20:688fd0330bad
clean up.
author | casties |
---|---|
date | Mon, 30 Nov 2015 17:42:33 +0100 |
parents | c998d7b855ce |
children | 7af7a18e9573 |
files | .hgignore src/main/java/org/mpi/openmind/scheduling/utils/Scheduling.java |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Nov 30 17:42:33 2015 +0100 @@ -0,0 +1,9 @@ + +syntax: regexp +^\.settings$ +syntax: regexp +^target$ +syntax: regexp +^\.classpath$ +syntax: regexp +^\.project$ \ No newline at end of file
--- a/src/main/java/org/mpi/openmind/scheduling/utils/Scheduling.java Mon Nov 23 15:17:55 2015 +0100 +++ b/src/main/java/org/mpi/openmind/scheduling/utils/Scheduling.java Mon Nov 30 17:42:33 2015 +0100 @@ -6,7 +6,6 @@ import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; -import org.mpi.openmind.cache.WrapperService; import org.mpi.openmind.configuration.ConfigurationService; import org.mpi.openmind.repository.services.PersistenceService; import org.mpi.openmind.repository.utils.OM4StreamWriter;