Update FinalList.java

This commit is contained in:
Loredana Crusoveanu 2018-10-08 22:24:39 +03:00 committed by GitHub
parent 07fd70dbe0
commit 8bf1a4cdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package org.baeldung.mockito;
public class FinalList extends MyList {
public final class FinalList extends MyList {
@Override
public int size() {