Fixing errors in Maven build

This commit is contained in:
Andrey Breslav
2012-12-10 20:42:19 +04:00
parent fc0750b504
commit a93596ca5e
6 changed files with 14 additions and 5 deletions
@@ -263,9 +263,15 @@
<item name='javax.swing.JMenuBar java.lang.String getUIClassID()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JMenuBar javax.swing.JMenu add(javax.swing.JMenu) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JPopupMenu javax.swing.JMenuItem add(javax.swing.Action)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JPopupMenu javax.swing.JMenuItem add(javax.swing.JMenuItem) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JEditorPane JEditorPane(java.net.URL) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -626,6 +632,9 @@
<item name='javax.swing.JMenu java.awt.Component add(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JMenu javax.swing.JMenuItem add(javax.swing.JMenuItem) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JRootPane javax.swing.JLayeredPane createLayeredPane()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>