| Chunk |
|---|
| Conflicting content |
|---|
>>>>>>> 7dbf9b9e8ed86082a9940bf4347aa7adfd2b7eb2 package org.waterforpeople.mapping.portal.client.widgets; <<<<<<< HEAD import java.util.ArrayList; import java.util.Collections; ======= import org.waterforpeople.mapping.app.gwt.client.device.DeviceDto; import org.waterforpeople.mapping.app.gwt.client.device.DeviceService; import org.waterforpeople.mapping.app.gwt.client.device.DeviceServiceAsync; |
| Solution content |
|---|
package org.waterforpeople.mapping.portal.client.widgets; import java.util.ArrayList; import java.util.Collections; import org.waterforpeople.mapping.app.gwt.client.device.DeviceDto; import org.waterforpeople.mapping.app.gwt.client.device.DeviceService; import org.waterforpeople.mapping.app.gwt.client.device.DeviceServiceAsync; |
| File |
|---|
| SummaryPortlet.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Import |
| Chunk |
|---|
| Conflicting content |
|---|
import com.google.gwt.user.client.ui.TreeItem; /** <<<<<<< HEAD * Displays summary information on: * Surveys, inside their groups * Devices, only the phone number * Users, only the name (or email address, if name is empty) ======= * Displays summary information >>>>>>> 7dbf9b9e8ed86082a9940bf4347aa7adfd2b7eb2 * * @author Christopher Fagiani * |
| Solution content |
|---|
import com.google.gwt.user.client.ui.TreeItem; /** * Displays summary information on: * Surveys, inside their groups * Devices, only the phone number * Users, only the name (or email address, if name is empty) * * @author Christopher Fagiani * |
| File |
|---|
| SummaryPortlet.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |
| Chunk |
|---|
| Conflicting content |
|---|
public void onSuccess(DeviceDto[] result) {
if (result != null) {
<<<<<<< HEAD
//Sort list alphabetically
ArrayList |
| Solution content |
|---|
public void onSuccess(DeviceDto[] result) {
if (result != null) {
//Sort list alphabetically
ArrayList |
| File |
|---|
| SummaryPortlet.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |
| For statement |
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
public void onSuccess(UserDto[] result) {
if (result != null) {
<<<<<<< HEAD
//Sort list alphabetically
ArrayList |
| Solution content |
|---|
public void onSuccess(UserDto[] result) {
if (result != null) {
//Sort list alphabetically
ArrayList |
| File |
|---|
| SummaryPortlet.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |
| For statement |
| Method invocation |
| Variable |