slfan1989 opened a new pull request, #4334:
URL: https://github.com/apache/hadoop/pull/4334

   JIRA: HADOOP-18248 Fix Junit Test Deprecated assertThat
   
   javac will give a warning for compilation, as follows:
   TestIncrementalBrVariations.java:141:4:[deprecation] 
<T>assertThat(T,Matcher<? super T>) in Assert has been deprecated 
   
   org.junit.Assert.assertThat Deprecated. use 
org.hamcrest.MatcherAssert.assertThat()


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to