Skip to content

Commit

Permalink
chore: ♻️ Class should be named after filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pataluc committed May 29, 2024
1 parent 716fe9b commit da57e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/files/IncrementCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
class MyClass {
MyClass(MyClass mc) {
class IncrementCheck {
IncrementCheck(MyClass mc) {
}

int foo1() {
Expand Down

0 comments on commit da57e85

Please sign in to comment.