Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nryanov authored and WillemJiang committed Dec 14, 2017
1 parent 2131c4d commit bd57bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static void run() throws Exception {
String prefix = "cse://springmvc";

try {
// this test class is intended for rery hang issue JAV-27
// this test class is intended for retry hanging issue JAV-127
templateUrlWithServiceName.getForObject(prefix + "/controller/sayhi?name=throwexception", String.class);
TestMgr.check("true", "false");
} catch (Exception e) {
Expand Down

0 comments on commit bd57bd7

Please sign in to comment.