mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 18:59:15 +00:00
docs: update property
This commit is contained in:
@@ -41,7 +41,7 @@ import org.junit.jupiter.api.Test;
|
||||
class CharacterTest {
|
||||
|
||||
@Test
|
||||
void testPrototypeStats() throws Exception {
|
||||
void testPrototypeStats() {
|
||||
final var prototype = new Character();
|
||||
|
||||
for (final var stat : Stats.values()) {
|
||||
|
||||
Reference in New Issue
Block a user