Merge pull request #5 from spring-projects/maven-build
Simplify dependency resolution. Refactorings.
This commit is contained in:
@@ -60,8 +60,8 @@ import com.google.common.collect.ImmutableList;
|
||||
public class BootPropertiesLanguageServer extends SimpleLanguageServer {
|
||||
|
||||
public static final JavaProjectFinder DEFAULT_PROJECT_FINDER = new DefaultJavaProjectFinder(new IJavaProjectFinderStrategy[] {
|
||||
new JavaProjectWithClasspathFileFinderStrategy(),
|
||||
new MavenProjectFinderStrategy()
|
||||
new MavenProjectFinderStrategy(),
|
||||
new JavaProjectWithClasspathFileFinderStrategy()
|
||||
});
|
||||
|
||||
private static final String YML = ".yml";
|
||||
|
||||
@@ -19,6 +19,9 @@ public class FooProperties {
|
||||
private Color color;
|
||||
|
||||
//Map Enum -> Atomic
|
||||
/**
|
||||
* Some color names. Do you see me?
|
||||
*/
|
||||
private Map<Color,String> colorNames;
|
||||
|
||||
//Map Atomic -> Enum
|
||||
|
||||
Reference in New Issue
Block a user