Skip to content

Commit 4a8ebe5

Browse files
committed
commit changes in FunctionInterfaceDemo1
1 parent 9e58ee7 commit 4a8ebe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java8Tutorials/src/main/java/java8/functionalInterface/FunctionInterfaceDemo1.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
*/
99
public class FunctionInterfaceDemo1
1010
{
11-
public static Integer show(String message){
11+
public static Integer show(String message)
12+
{
1213
return Integer.parseInt(message);
1314
}
1415
public static void main(String[] args)

0 commit comments

Comments
 (0)