Skip to content

Commit 1b9b49d

Browse files
authored
Update Java Instanceof keyword.java
1 parent 93563ce commit 1b9b49d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Object Oriented Programming/Java Instanceof keyword.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* *
2-
* Author: Tonmoy Mondal
3-
* URL: https://qinetique.github.io
2+
* Author: Pavith Bambaravanage
3+
* URL: https://github.com/Pavith19
44
* */
55

66
/*JAVA-7*/
@@ -42,4 +42,4 @@ public static void main(String []args){
4242
}
4343
System.out.println(count(mylist));
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)