fixed OK fallback
This commit is contained in:
@@ -21,6 +21,10 @@ public class MyService {
|
||||
|
||||
}
|
||||
|
||||
public String fallback() {
|
||||
return "from the fallback";
|
||||
}
|
||||
|
||||
public String fallback(boolean throwSomething) {
|
||||
return "from the fallback";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user