| Chunk |
|---|
| Conflicting content |
|---|
private Publisher source;
<<<<<<< HEAD
private Set |
| Solution content |
|---|
private Publisher source;
private Set |
| File |
|---|
| Channel.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
private String uri;
private String key;
private Publisher broadcaster;
<<<<<<< HEAD
private Set |
| Solution content |
|---|
private String uri;
private String key;
private Publisher broadcaster;
private Set |
| File |
|---|
| Channel.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
@Deprecated
public Channel(Publisher publisher, String title, String key, Boolean highDefinition, MediaType mediaType, String uri) {
<<<<<<< HEAD
this(publisher, ImmutableSet.of(new TemporalField |
| Solution content |
|---|
@Deprecated
public Channel(Publisher publisher, String title, String key, Boolean highDefinition, MediaType mediaType, String uri) {
this(publisher, ImmutableSet.of(new TemporalField |
| File |
|---|
| Channel.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
@Deprecated //Required for OldChannel
protected Channel() { }
<<<<<<< HEAD
private Channel(Publisher publisher, Set |
| Solution content |
|---|
@Deprecated //Required for OldChannel
protected Channel() { }
private Channel(Publisher publisher, Set |
| File |
|---|
| Channel.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Method signature |
| Chunk |
|---|
| Conflicting content |
|---|
return ImmutableSet.copyOf(images);
}
<<<<<<< HEAD
public LocalDate getStartDate() {
=======
public Set |
| Solution content |
|---|
return ImmutableSet.copyOf(images);
}
public LocalDate getStartDate() {
return startDate;
}
public Set |
| File |
|---|
| Channel.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Method declaration |
| Method signature |