Author: pmouawad
Date: Sun Jan 29 13:17:50 2017
New Revision: 1780792

URL: http://svn.apache.org/viewvc?rev=1780792&view=rev
Log:
Avoid import *

Modified:
    
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestAuthorization.java

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestAuthorization.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestAuthorization.java?rev=1780792&r1=1780791&r2=1780792&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestAuthorization.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestAuthorization.java
 Sun Jan 29 13:17:50 2017
@@ -18,7 +18,7 @@
 
 package org.apache.jmeter.protocol.http.control;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertThat;
 
 import org.apache.jmeter.protocol.http.control.AuthManager.Mechanism;
 import org.hamcrest.CoreMatchers;


Reply via email to