Closes gh-14517
This commit is contained in:
Johnny Lim
2018-09-20 02:47:56 +09:00
committed by Stephane Nicoll
parent efae363974
commit 521f746151
11 changed files with 30 additions and 33 deletions

View File

@@ -34,8 +34,4 @@ public class HelloWorldService {
return "Hello " + this.name + " for " + this.duration.getSeconds() + " seconds";
}
public Duration getDuration() {
return this.duration;
}
}