Update compiler.xml for new projects (and code style settings)

This commit is contained in:
Christian Sailer 2019-10-25 14:59:10 +01:00 committed by LankyDan
parent c5124689ca
commit 48aa2f2faa
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@ -184,7 +184,6 @@ class RetryFlowMockTest {
assertThat(nodeA.smm.flowHospital.track().snapshot).isEmpty()
}
class LimitedRetryCausingError : IllegalStateException("I am going to live forever")
class RetryCausingError : SQLException("deadlock")