Merge pull request #13118 from freelansam/JAVA-16260

JAVA-16301: Check Article Code Matches GitHub
This commit is contained in:
kwoyke
2022-12-07 20:59:38 +01:00
committed by GitHub
15 changed files with 164 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
package com.baeldung.s;
public class GoodBook {
public class Book {
private String name;
private String author;