feat(main): add small comment

This commit is contained in:
Martin Eyben 2024-12-18 20:52:28 +01:00
parent 33d1374cd1
commit 0f404622ed

View File

@ -24,6 +24,9 @@ public class Main {
*/ */
private Main() {}; private Main() {};
/**
* Parsing option, in the main class because we wanted to keep the weather package clean (without class that is not used by the code for the weather app)
*/
private static class Option { private static class Option {
String flag, value; String flag, value;
public Option(String flag, String value){ public Option(String flag, String value){