Skip to content

Commit

Permalink
#174 qulice up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 10, 2022
1 parent 897ea8d commit af7a615
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.18.19</version>
<version>0.21.1</version>
<configuration>
<excludes combine.children="append">
<exclude>findbugs:.*</exclude>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/jdbc/JdbcSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
* <p>This class is thread-safe.
*
* @since 0.1.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @todo #51:30min Refactor this class to avoid too much coupling.
* For instance, CRUD operations could be performed by another class.
* Don't forget to remove the suppressions that become obsolete afterwards.
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/jdbc/UtcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
/**
* Test case of {@link Utc}.
* @since 0.1
* @checkstyle ClassDataAbstractionCoupling (500 lines)
*/
final class UtcTest {

Expand Down

0 comments on commit af7a615

Please sign in to comment.