Skip to content

Commit d24a59c

Browse files
committed
Added changes to remove unwanted spaces
1 parent bef0ece commit d24a59c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • core-java-modules/core-java-exceptions-3/src/main/java/com/baeldung/exceptions/nosuchfielderror
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
package com.baeldung.exceptions.nosuchfielderror;
22

33
public class FieldErrorExample {
4-
4+
55
public static void main(String... args) {
6-
6+
77
fetchAndPrint();
88
}
9-
9+
1010
public static String getDependentMessage() {
11-
11+
1212
return Dependent.message;
1313
}
14-
14+
1515
public static void fetchAndPrint() {
16-
16+
1717
System.out.println(getDependentMessage());
1818
}
19-
19+
2020
}

0 commit comments

Comments
 (0)