remove yellow code

This commit is contained in:
Sergey Ignatov
2017-03-12 17:06:25 +09:00
parent 0e827905f3
commit 62cf21f0c5
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -212,7 +212,7 @@ public abstract class JpsBuildTestCase extends UsefulTestCase {
}
protected void loadProject(String projectPath) {
loadProject(projectPath, Collections.<String, String>emptyMap());
loadProject(projectPath, Collections.emptyMap());
}
protected void loadProject(String projectPath,