diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-02 23:16:22 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-02 23:16:22 -0700 |
commit | c03c7d2c6e1a631a27aedc88b620f557a99fde38 (patch) | |
tree | 287edec62f3ecde6bff9004220825899a0b4bbb5 /.idea | |
parent | ee30d44c398057a5fa65a7e09563954ef8e3840b (diff) | |
download | frost-c03c7d2c6e1a631a27aedc88b620f557a99fde38.tar.gz frost-c03c7d2c6e1a631a27aedc88b620f557a99fde38.tar.bz2 frost-c03c7d2c6e1a631a27aedc88b620f557a99fde38.zip |
Clean up unnecessary nonnulls
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/misc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index 7319f021..085136f8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ <ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Remove" /> </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> </component> <component name="ProjectType"> |