[java-analysis] Don't report unnecessary semicolons between import statements

IJ-CR-110702

GitOrigin-RevId: 1b5ac3b03577fc02be9ab5f0af05455539d52416
This commit is contained in:
Louis Vignier
2023-08-09 14:34:00 +02:00
committed by intellij-monorepo-bot
parent e668728d78
commit d70b833129
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.siyeh.igtest.style.unnecessary_semicolon;<warning descr="Unnecessary semicolon ';'">;</warning>
package com.siyeh.igtest.style.unnecessary_semicolon;;
import java.util.List;<warning descr="Unnecessary semicolon ';'">;</warning>