Polish
Closes gh-14517
This commit is contained in:
committed by
Stephane Nicoll
parent
efae363974
commit
521f746151
@@ -34,8 +34,4 @@ public class HelloWorldService {
|
||||
return "Hello " + this.name + " for " + this.duration.getSeconds() + " seconds";
|
||||
}
|
||||
|
||||
public Duration getDuration() {
|
||||
return this.duration;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user