提交 6e33db5e 编写于 作者: S serb

6338077: link back to self in javadoc JTextArea.replaceRange()

Reviewed-by: azvegint, alexsch
上级 19366630
/* /*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -491,7 +491,6 @@ public class JTextArea extends JTextComponent { ...@@ -491,7 +491,6 @@ public class JTextArea extends JTextComponent {
* @exception IllegalArgumentException if part of the range is an * @exception IllegalArgumentException if part of the range is an
* invalid position in the model * invalid position in the model
* @see #insert * @see #insert
* @see #replaceRange
*/ */
public void replaceRange(String str, int start, int end) { public void replaceRange(String str, int start, int end) {
if (end < start) { if (end < start) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册