Skip to content

Commit bc71632

Browse files
author
Nicolai Parlog
committed
Fixed some comments.
1 parent 6dfa02e commit bc71632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/codefx/libfx/nesting/AbstractNestingNestingBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public LongPropertyNestingBuilder nestLongProperty(NestingStep<T, LongProperty>
120120
*
121121
* @param nestingStep
122122
* the function which performs the nesting step from one observable to the next
123-
* @return an {@link FloatPropertyNestingBuilder} which builds a nesting from this builder's settings and the
123+
* @return a {@link FloatPropertyNestingBuilder} which builds a nesting from this builder's settings and the
124124
* specified nesting steps
125125
* @throws NullPointerException
126126
* if the specified function is null
@@ -136,7 +136,7 @@ public FloatPropertyNestingBuilder nestFloatProperty(NestingStep<T, FloatPropert
136136
*
137137
* @param nestingStep
138138
* the function which performs the nesting step from one observable to the next
139-
* @return an {@link DoublePropertyNestingBuilder} which builds a nesting from this builder's settings and the
139+
* @return a {@link DoublePropertyNestingBuilder} which builds a nesting from this builder's settings and the
140140
* specified nesting steps
141141
* @throws NullPointerException
142142
* if the specified function is null

0 commit comments

Comments
 (0)