Skip to content

Commit a4b264a

Browse files
committed
YARN-11267. Fix CheckStyle.
1 parent 8ed4ad5 commit a4b264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/webapp/TestFederationInterceptorREST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ public void testGetApplicationWrongFormat() {
535535
IllegalArgumentException illegalArgumentException =
536536
assertThrows(IllegalArgumentException.class, () -> {
537537
interceptor.getApp(null, "Application_wrong_id", null);
538-
});
538+
});
539539
assertTrue(illegalArgumentException.getMessage().contains(
540540
"Invalid ApplicationId prefix: Application_wrong_id."));
541541
}

0 commit comments

Comments
 (0)