mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
remove stray tab, fix comment
This commit is contained in:
parent
faee2323ab
commit
c6e144f669
@ -48,7 +48,7 @@ public final class EChain extends AExpression {
|
|||||||
Cast there = null;
|
Cast there = null;
|
||||||
Cast back = null;
|
Cast back = null;
|
||||||
|
|
||||||
/** Creates a new simple EChain */
|
/** Creates a new RHS-only EChain */
|
||||||
public EChain(Location location, ALink link) {
|
public EChain(Location location, ALink link) {
|
||||||
this(location, Arrays.asList(link), false, false, null, null);
|
this(location, Arrays.asList(link), false, false, null, null);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user