Skip to content

Commit

Permalink
Renaming package,
Browse files Browse the repository at this point in the history
  • Loading branch information
amedranogil committed Jun 23, 2017
1 parent 0200b6e commit e8571f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package org.universAAL.ioc.dependencies;
package org.universAAL.utilities.ioc.dependencies;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
limitations under the License.
*/

package org.universAAL.ioc.dependencies.impl;
package org.universAAL.utilities.ioc.dependencies.impl;

import java.util.Arrays;

import org.universAAL.ioc.dependencies.DependencyProxy;
import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.utilities.ioc.dependencies.DependencyProxy;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
limitations under the License.
*/

package org.universAAL.ioc.dependencies.impl;
package org.universAAL.utilities.ioc.dependencies.impl;

import org.universAAL.ioc.dependencies.DependencyProxy;
import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.container.SharedObjectListener;
import org.universAAL.middleware.container.utils.LogUtils;
import org.universAAL.utilities.ioc.dependencies.DependencyProxy;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
limitations under the License.
*/

package org.universAAL.ioc.dependencies.impl;
package org.universAAL.utilities.ioc.dependencies.impl;

import java.util.Arrays;

import org.universAAL.ioc.dependencies.DependencyProxy;
import org.universAAL.utilities.ioc.dependencies.DependencyProxy;

/**
*
Expand Down

0 comments on commit e8571f0

Please sign in to comment.