Skip to content

Commit 3239374

Browse files
author
Ram swaroop
committed
minor corrections
1 parent 795d2f8 commit 3239374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-06-02-overloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public class Animal {
302302
}
303303
}
304304

305-
public class Horse extends Animal {
305+
class Horse extends Animal {
306306
public void eat() {
307307
System.out.println("Horse eating hay ");
308308
}

0 commit comments

Comments
 (0)