Skip to content

Commit 49dd1f1

Browse files
authored
Updated Syntax Error Line - 31
system.out.println -> System.out.println
1 parent 45794cb commit 49dd1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/17-oop/notes/access_control.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package packageOne;
2828
public class Base
2929
{
3030
protected void display(){
31-
system.out.println("in Base");
31+
System.out.println("in Base");
3232
}
3333
}
3434

0 commit comments

Comments
 (0)