Skip to content

Commit f651b7a

Browse files
Remove stray HEAD line
1 parent cdf8dcd commit f651b7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ public Subscription call(Observer<T> observer) {
638638
}
639639

640640
/**
641-
<<<<<<< HEAD
642641
* Creates an Observable which produces buffers of collected values. This Observable produces connected
643642
* non-overlapping buffers. The current buffer is emitted and replaced with a new buffer when the
644643
* Observable produced by the specified {@link Func0} produces a {@link BufferClosing} object. The

0 commit comments

Comments
 (0)