mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java-analysis] Don't report unnecessary semicolons between import statements
IJ-CR-110702 GitOrigin-RevId: 1b5ac3b03577fc02be9ab5f0af05455539d52416
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e668728d78
commit
d70b833129
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user