I18nizeQuickFixModel: fix dangling Javadoc

This commit is contained in:
Yann Cébron
2019-03-08 17:07:25 +01:00
parent e5541a3450
commit 28008541d5
@@ -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();