get_details method implemented
parent
1a8f2bfa74
commit
a8cac6b067
|
@ -48,4 +48,7 @@ public class Application {
|
|||
return running_system.current_weather();
|
||||
}
|
||||
|
||||
public String[] get_getails(){
|
||||
return System.get_details();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue