Skip to content

Commit

Permalink
#440 Update style file to correct the backward incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Sep 2, 2021
1 parent 8c6121c commit 7db3490
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions style/Style.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JetUML - A desktop application for fast UML diagramming.
Copyright (C) 2021 by McGill University.
See: https://github.com/prmr/JetUML
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses.
-->

<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd">

<!--
Expand All @@ -33,7 +12,7 @@
<property name="severity" value="warning"/>
<module name="TreeWalker">
<module name="JavadocMethod">
<property name="scope" value="protected"/>
<property name="accessModifiers" value="protected"/>
</module>
<module name="JavadocType">
<property name="scope" value="package"/>
Expand Down

0 comments on commit 7db3490

Please sign in to comment.