Skip to content

Commit

Permalink
use com.google.inject.Inject in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 14, 2023
1 parent 43ab34d commit b340aa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.emf.parsley.tests

import javax.inject.Inject
import com.google.inject.Inject
import org.eclipse.emf.ecore.util.EcoreUtil
import org.eclipse.emf.parsley.edit.provider.AdapterFactoryHelper
import org.eclipse.emf.parsley.junit4.AbstractEmfParsleyTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.emf.parsley.tests

import javax.inject.Inject
import com.google.inject.Inject
import org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
import org.eclipse.emf.ecore.EStructuralFeature
import org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
package org.eclipse.emf.parsley.tests

import com.google.inject.MembersInjector
import javax.inject.Inject
import com.google.inject.Inject
import org.eclipse.emf.common.util.URI
import org.eclipse.emf.ecore.EStructuralFeature
import org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Expand Down

0 comments on commit b340aa6

Please sign in to comment.