feat(main): add small comment
This commit is contained in:
parent
33d1374cd1
commit
0f404622ed
@ -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){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user