File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/rx/subjects Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public boolean hasCompleted() {
167
167
/**
168
168
* Returns the current value of the Subject if there is such a value and
169
169
* the subject hasn't terminated with an exception.
170
- * <p>The can return {@code null} for various reasons. Use {@link #hasValue()}, {@link #hasThrowable()}
170
+ * <p>The method can return {@code null} for various reasons. Use {@link #hasValue()}, {@link #hasThrowable()}
171
171
* and {@link #hasCompleted()} to determine if such {@code null} is a valid value, there was an
172
172
* exception or the Subject terminated without receiving any value.
173
173
* @return the current value or {@code null} if the Subject doesn't have a value,
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public boolean hasCompleted() {
202
202
/**
203
203
* Returns the current value of the Subject if there is such a value and
204
204
* the subject hasn't terminated yet.
205
- * <p>The can return {@code null} for various reasons. Use {@link #hasValue()}, {@link #hasThrowable()}
205
+ * <p>The method can return {@code null} for various reasons. Use {@link #hasValue()}, {@link #hasThrowable()}
206
206
* and {@link #hasCompleted()} to determine if such {@code null} is a valid value, there was an
207
207
* exception or the Subject terminated (with or without receiving any value).
208
208
* @return the current value or {@code null} if the Subject doesn't have a value,
You can’t perform that action at this time.
0 commit comments