rhtyd commented on a change in pull request #3601: [WIP] JDK11 support
URL: https://github.com/apache/cloudstack/pull/3601#discussion_r364553143
 
 

 ##########
 File path: server/src/test/java/com/cloud/snapshot/SnapshotDaoTest.java
 ##########
 @@ -34,12 +31,16 @@
 import com.cloud.storage.dao.SnapshotDaoImpl;
 import com.cloud.utils.component.ComponentContext;
 
+import junit.framework.Assert;
+import junit.framework.TestCase;
+
 @RunWith(SpringJUnit4ClassRunner.class)
 @ContextConfiguration(locations = "classpath:/SnapshotDaoTestContext.xml")
 public class SnapshotDaoTest extends TestCase {
     @Inject
     SnapshotDaoImpl dao;
 
+
 
 Review comment:
   Fixed, @Pearl1594 likes to put extra newlines :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to