| Chunk |
|---|
| Conflicting content |
|---|
* content instead of returning the content bytes. * |
| Solution content |
|---|
* source and not directly the content bytes. Ex:
* |
| File |
|---|
| Blob.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Chunk |
|---|
| Conflicting content |
|---|
* htmlDoc = blob.getString(); // the content is decoded from UTF-8 into a java string ** <<<<<<< HEAD * @author Bogdan Stefanescu * ======= * @author Bogdan Stefanescu >>>>>>> 09438786a3a7d34267fc69e57ca6485e0816f832 */ public interface Blob { |
| Solution content |
|---|
* htmlDoc = blob.getString(); // the content is decoded from UTF-8 into a java string ** * @author Bogdan Stefanescu */ public interface Blob { |
| File |
|---|
| Blob.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Chunk |
|---|
| Conflicting content |
|---|
/**
* Persist this stream so that getStream() method can be called successfully
* several times. The persistence is done in a temp file or in memory - this
<<<<<<< HEAD
* is up to the implemention.
* |
| Solution content |
|---|
/**
* Persist this stream so that getStream() method can be called successfully
* several times. The persistence is done in a temp file or in memory - this
* is up to the implemention.
* |
| File |
|---|
| Blob.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |