mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-251250 fix texts for JavaDocLocalInspection
GitOrigin-RevId: 8897fd1a878deea3a724b8632fadd2e3b9095f06
This commit is contained in:
committed by
intellij-monorepo-bot
parent
86814e0da3
commit
3af0d4d509
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'exception'" "true"
|
||||
// "Remove '@exception' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'exception'" "true"
|
||||
// "Remove '@exception' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove '@param someInt'" "true"
|
||||
// "Remove '@param someInt' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove '@return'" "true"
|
||||
// "Remove '@return' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'throws'" "true"
|
||||
// "Remove '@throws' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'throws'" "true"
|
||||
// "Remove '@throws' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'exception'" "true"
|
||||
// "Remove '@exception' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'exception'" "true"
|
||||
// "Remove '@exception' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove '@param someInt'" "true"
|
||||
// "Remove '@param someInt' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove '@return'" "true"
|
||||
// "Remove '@return' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'throws'" "true"
|
||||
// "Remove '@throws' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'throws'" "true"
|
||||
// "Remove '@throws' tag" "true"
|
||||
|
||||
class Foo {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user