Skip to content

Commit

Permalink
Moving projects to Java Delight
Browse files Browse the repository at this point in the history
Autocommit Sun Jul 05 08:05:22 EST 2015
  • Loading branch information
mxro committed Jul 4, 2015
1 parent 952e5bf commit 7b9528e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/mxro/async/properties/PropertyNode.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package de.mxro.async.properties;

import de.mxro.async.callbacks.ValueCallback;
import de.mxro.fn.Success;
import de.mxro.promise.Promise;
import delight.async.callbacks.ValueCallback;

/**
* <p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package de.mxro.async.properties.internal;

import de.mxro.async.AsyncCommon;
import de.mxro.async.Operation;
import de.mxro.async.callbacks.ValueCallback;
import de.mxro.async.properties.PropertyData;
import de.mxro.async.properties.PropertyNode;
import de.mxro.async.properties.PropertyOperation;
Expand All @@ -12,6 +9,9 @@
import de.mxro.fn.Success;
import de.mxro.promise.Promise;
import de.mxro.promise.helper.PromiseFactory;
import delight.async.AsyncCommon;
import delight.async.Operation;
import delight.async.callbacks.ValueCallback;

public class SynchronizedPropertyNode implements PropertyNode {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.mxro.async.properties.internal;

import de.mxro.async.Operation;
import de.mxro.async.callbacks.ValueCallback;
import de.mxro.async.properties.PropertyData;
import de.mxro.async.properties.PropertyFactory;
import de.mxro.async.properties.PropertyNode;
Expand All @@ -11,6 +9,8 @@
import de.mxro.fn.Success;
import de.mxro.promise.Promise;
import de.mxro.promise.PromisesCommon;
import delight.async.Operation;
import delight.async.callbacks.ValueCallback;

/**
* <p>
Expand Down

0 comments on commit 7b9528e

Please sign in to comment.