Skip to content

Commit

Permalink
Issue checkstyle#9746: update AbstractClassNameCheckTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritik2604 committed Mar 30, 2021
1 parent 8752783 commit 6a7c68d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Expand Up @@ -18,4 +18,4 @@ abstract class NonAbstractClassName { // violation
}

abstract class NonAbstractInnerClass { // violation
}
}
Expand Up @@ -27,4 +27,4 @@ class AbstractClass { // violation
}

class AbstractInnerClass { // violation
}
}
Expand Up @@ -18,4 +18,4 @@ abstract class AbstractClassOther { // violation
}

abstract class AbstractClassName2 { // violation
}
}
Expand Up @@ -13,4 +13,3 @@ abstract class AbstractClassName { // ok

class AbstractClass { // violation
}

0 comments on commit 6a7c68d

Please sign in to comment.