fix compilation error

This commit is contained in:
Ahmed Tawila 2017-11-15 23:40:35 +02:00
parent 0568de3d94
commit 3cc88518bd

View File

@ -3,10 +3,7 @@ package com.baeldung.concurrent.daemon;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
<<<<<<< HEAD
=======
import org.junit.Ignore;
>>>>>>> d54917c7e9f0f74c40982571af8ac9f61782b7cb
import org.junit.Test;
public class DaemonThreadTest {