public final class DiffUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiffUtil.Delta |
Modifier and Type | Method and Description |
---|---|
static DiffUtil.Delta |
diff(String a,
String b)
A simple diff algorithm that assumes only one contiguous block has changed.
|
public static DiffUtil.Delta diff(String a, String b)
a
- b
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.