From 34b59202258b8f7bbac48e586b620800f2a6572e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 20 Apr 2017 13:49:04 +0200 Subject: [PATCH] Fix order of files with fixed data --- .../maven-inspections/dependencyWithNoExecution.fixed.1.xml | 2 +- .../maven-inspections/dependencyWithNoExecution.fixed.2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.1.xml b/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.1.xml index 8f6d1b6af9f..5cb4cae548e 100644 --- a/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.1.xml +++ b/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.1.xml @@ -36,7 +36,7 @@ compile compile - js + compile diff --git a/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.2.xml b/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.2.xml index 5cb4cae548e..8f6d1b6af9f 100644 --- a/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.2.xml +++ b/idea/idea-maven/testData/maven-inspections/dependencyWithNoExecution.fixed.2.xml @@ -36,7 +36,7 @@ compile compile - compile + js