Skip to content

Commit 3b1a1dd

Browse files
michalmarczykstuarthalloway
authored andcommitted
CLJ-1354: make APersistentVector.SubVector public
Signed-off-by: Stuart Halloway <[email protected]>
1 parent f5f611e commit 3b1a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvm/clojure/lang/APersistentVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public APersistentVector.RSeq withMeta(IPersistentMap meta){
520520
}
521521
}
522522

523-
static class SubVector extends APersistentVector implements IObj{
523+
public static class SubVector extends APersistentVector implements IObj{
524524
public final IPersistentVector v;
525525
public final int start;
526526
public final int end;

0 commit comments

Comments
 (0)