Skip to content

Commit

Permalink
Fixed Nullable annotation, changed plugin version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Jan 12, 2021
1 parent 19a988c commit 05ec7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.zenden2k.VfFrameworkIdeaPlugin</id>
<name>Vf Framework IDEA Integration</name>
<version>1.3</version>
<version>1.4</version>
<vendor email="[email protected]" url="http://zenden2k.com">Sergey Svistunov</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,7 @@

<change-notes><![CDATA[
- Разрешение ссылок на interface в XML файлах
- Переключение по горячей клавише (F4) между XML и PHP файлом
]]>
</change-notes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import com.intellij.openapi.util.TextRange;
import org.jetbrains.annotations.NotNull;

import javax.annotation.Nullable;
import org.jetbrains.annotations.Nullable;

public class DbTableNameInfo {
private final String tableName;
Expand Down

0 comments on commit 05ec7b3

Please sign in to comment.