Skip to content

Commit

Permalink
[582461] Replaces a remaining javax.inject.Inject dependency
Browse files Browse the repository at this point in the history
Change-Id: I216d57aef0ca041f762f5f6b8ce75f1c4ea6c7d1
Signed-off-by: Zoltán Ujhelyi <[email protected]>
  • Loading branch information
ujhelyiz committed Jan 5, 2024
1 parent d5d65da commit 0771e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ package org.eclipse.viatra.query.patternlanguage.emf.validation.whitelist
import org.eclipse.xtend.lib.annotations.Data
import org.eclipse.xtext.common.types.JvmOperation
import com.google.inject.Singleton
import javax.inject.Inject
import org.apache.log4j.Logger
import org.eclipse.viatra.query.runtime.util.ViatraQueryLoggingUtil
import com.google.inject.Inject

/**
* A whitelist that contains pure elements.
Expand Down

0 comments on commit 0771e8d

Please sign in to comment.