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

Commit

Permalink
Moved listener classes to util.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Donkervliet committed Feb 27, 2015
1 parent 5b2d13f commit c8b8d81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Expand Up @@ -8,6 +8,7 @@
import org.syncany.chunk.Deduper;
import org.syncany.config.Config;
import org.syncany.database.DatabaseVersion;
import org.syncany.util.Listener;

/**
* @author Tim Hegeman
Expand Down
Expand Up @@ -20,6 +20,7 @@
import java.util.Queue;

import org.syncany.database.DatabaseVersion;
import org.syncany.util.FilteredQueueAdderListener;

/**
* @author jesse
Expand Down
Expand Up @@ -59,6 +59,7 @@
import org.syncany.operations.daemon.messages.UpIndexStartSyncExternalEvent;
import org.syncany.util.EnvironmentUtil;
import org.syncany.util.FileUtil;
import org.syncany.util.Listener;
import org.syncany.util.StringUtil;

/**
Expand Down
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.syncany.operations.up;
package org.syncany.util;

/**
* @author jesse
Expand Down
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.syncany.operations.up;
package org.syncany.util;

import java.util.Queue;

Expand Down
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.syncany.operations.up;
package org.syncany.util;

/**
* @author jesse
Expand Down
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.syncany.operations.up;
package org.syncany.util;

import java.util.Queue;

Expand Down

0 comments on commit c8b8d81

Please sign in to comment.