Created
December 20, 2012 06:37
-
-
Save jinmingjian/4343332 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Inject | |
private void setPrefReferences( | |
@Preference(nodePath = "org.eclipse.ui.editors") IEclipsePreferences prefUI, | |
@Preference(nodePath = "org.eclipse.jdt.ui") IEclipsePreferences prefJDT) { | |
this.prefUI = prefUI; | |
this.prefJDT = prefJDT; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment