mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
compilation fix
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ public class ParameterToMapEntryTest extends GroovyFormatterTestCase {
|
||||
Assert.assertTrue(condition.satisfiedBy(element));
|
||||
|
||||
// Launch it!
|
||||
intention.processIntention(element);
|
||||
intention.processIntention(element, myFixture.getProject(), myFixture.getEditor());
|
||||
PostprocessReformattingAspect.getInstance(getProject()).doPostponedFormatting();
|
||||
final String result = file.getText();
|
||||
//System.out.println(result);
|
||||
|
||||
Reference in New Issue
Block a user