additional comment

This commit is contained in:
Timo Hocker 2020-05-03 15:12:54 +02:00
parent f5c60a26f2
commit f6e9115e2c

View File

@ -3,6 +3,8 @@
* outside of the current file
*/
public class Car {
// define the fields
public String model = "";
public String manufacturer = "";