DaanHoogland commented on a change in pull request #3601: JDK11, Debian 10
support
URL: https://github.com/apache/cloudstack/pull/3601#discussion_r361179176
##########
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:
extra line?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services