diff --git a/ForgottenClass.java b/ForgottenClass.java index 5d93b71..6ff5a6d 100644 --- a/ForgottenClass.java +++ b/ForgottenClass.java @@ -13,6 +13,7 @@ * ----------------------------------------------------------------------- * Mais detalhes na 12a edição da H2HC (hackers to hackers) magazine: * https://www.h2hc.com.br/revista/ + * * ----------------------------------------------------------------------- * * @author @joaomatosf @@ -43,4 +44,4 @@ private Object readResolve(){ private void anotherMethod(){ System.out.println("The flow is in ForgottenClass.anotherMethod()"); } -} \ No newline at end of file +}