Merge pull request #5404 from eugenp/lor6-patch-11

Update FinalList.java
This commit is contained in:
Loredana Crusoveanu 2018-10-19 20:57:06 +03:00 committed by GitHub
commit 645d4cc8a5
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() {