Skip to content

Commit cc5dd46

Browse files
Remove javadoc for x, y params to get rid of warnings
1 parent f466efa commit cc5dd46

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,6 @@ CharacterHit hit(ParagraphBox.CaretOffsetX x, double y) {
663663
* area.moveTo(characterPosition, SelectionPolicy.CLEAR);
664664
* }}
665665
* </pre>
666-
* @param x
667-
* @param y
668666
*/
669667
public CharacterHit hit(double x, double y) {
670668
VirtualFlowHit<Cell<Paragraph<PS, S>, ParagraphBox<PS, S>>> hit = virtualFlow.hit(x, y);

0 commit comments

Comments
 (0)