Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2018-09-06 21:30:01 +0300
committerMario Danic <mario@lovelyhq.com>2018-09-06 21:30:01 +0300
commit3e6b5f838267ee61319aa7acd076858cef9b3a07 (patch)
tree03a3ba5465bb8c943339f894cf37dbdb95bbca8b /.idea
parent37a404330292f03ef363650761249ef0bfe0cfd8 (diff)
Fix #292
Diffstat (limited to '.idea')
-rw-r--r--.idea/misc.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0e3b8d65b..cc51e58ed 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,11 +5,12 @@
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
- <list size="4">
+ <list size="5">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
- <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
- <item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
+ <item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
+ <item index="3" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
+ <item index="4" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
</list>
</value>
</option>
@@ -30,7 +31,4 @@
<component name="ProjectType">
<option name="id" value="Android" />
</component>
- <component name="SvnBranchConfigurationManager">
- <option name="mySupportsUserInfoFilter" value="true" />
- </component>
</project> \ No newline at end of file