Browse Source

IDEA settings.

Don't say @Handler methods are unused, don't keep trying to insert
fully-qualified links in JavaDoc.

Change-Id: I87e0f4cbbe58cd08efee8722a88645b1b4564286
Reviewed-on: http://gerrit.dmdirc.com/3779
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
pull/1/head
Chris Smith 9 years ago
parent
commit
2ad042fe93
2 changed files with 3 additions and 1 deletions
  1. 1
    0
      .idea/codeStyleSettings.xml
  2. 2
    1
      .idea/misc.xml

+ 1
- 0
.idea/codeStyleSettings.xml View File

@@ -3,6 +3,7 @@
3 3
   <component name="ProjectCodeStyleSettingsManager">
4 4
     <option name="PER_PROJECT_SETTINGS">
5 5
       <value>
6
+        <option name="USE_FQ_CLASS_NAMES_IN_JAVADOC" value="false" />
6 7
         <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" />
7 8
         <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" />
8 9
         <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">

+ 2
- 1
.idea/misc.xml View File

@@ -2,9 +2,10 @@
2 2
 <project version="4">
3 3
   <component name="EntryPointsManager">
4 4
     <entry_points version="2.0" />
5
-    <list size="2">
5
+    <list size="3">
6 6
       <item index="0" class="java.lang.String" itemvalue="com.google.common.eventbus.Subscribe" />
7 7
       <item index="1" class="java.lang.String" itemvalue="dagger.Provides" />
8
+      <item index="2" class="java.lang.String" itemvalue="net.engio.mbassy.listener.Handler" />
8 9
     </list>
9 10
   </component>
10 11
   <component name="NullableNotNullManager">

Loading…
Cancel
Save