diff options
Diffstat (limited to 'src/Q7/Person.java')
| -rw-r--r-- | src/Q7/Person.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Q7/Person.java b/src/Q7/Person.java index 8992197..71f10a2 100644 --- a/src/Q7/Person.java +++ b/src/Q7/Person.java @@ -132,8 +132,9 @@ public class Person { /** * The entry point to the console application. + * * @param args the argument vector passed to the program. - **/ + */ public static void main(String[] args) { ArrayList<Person> people = new ArrayList<Person>(); people.add(new Person("Andrew", 125.5, 55.1)); |
