| Chunk |
|---|
| Conflicting content |
|---|
package org.openengsb.ui.admin.workflowEditor; <<<<<<< HEAD import static junit.framework.Assert.assertNull; ======= >>>>>>> d0655ce66663d89ceb7bf4de91ea07251f99fd08 import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.sameInstance; import static org.junit.Assert.assertThat; |
| Solution content |
|---|
package org.openengsb.ui.admin.workflowEditor; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.sameInstance; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertThat; |
| File |
|---|
| WorkflowEditorTest.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Import |