mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
I18nizeQuickFixModel: fix dangling Javadoc
This commit is contained in:
+3
-4
@@ -13,16 +13,15 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @author cdr
|
||||
*/
|
||||
package com.intellij.lang.properties.references;
|
||||
|
||||
import com.intellij.lang.properties.psi.PropertiesFile;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* @author cdr
|
||||
*/
|
||||
public interface I18nizeQuickFixModel {
|
||||
String getValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user