@Deprecated public class LineChunk extends Object implements DiffChunk, Serializable
Constructor and Description |
---|
LineChunk(DiffType type,
List<WordChunk> words)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<WordChunk> |
getChildren()
Deprecated.
|
DiffType |
getType()
Deprecated.
|
String |
toString()
Deprecated.
|
static LineChunk |
unchangedChunk(String line)
Deprecated.
|
public List<WordChunk> getChildren()
getChildren
in interface DiffChunk
Copyright © 2003–2017 Atlassian. All rights reserved.