Skip to content

Commit 1d683b8

Browse files
Merge pull request kunal-kushwaha#480 from Devesh225/patch-4
Updated Syntax Error Line - 31
2 parents 9d3c133 + 49dd1f1 commit 1d683b8

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)