Pārlūkot izejas kodu

bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763757 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA1
Javen O'Neal pirms 7 gadiem
vecāks
revīzija
21627eb1ab

+ 2
- 2
src/java/org/apache/poi/hssf/usermodel/HSSFComment.java Parādīt failu

} }


/** /**
* Returns whether this comment is visible.
* Sets whether this comment is visible.
* *
* @param visible <code>true</code> if the comment is visible, <code>false</code> otherwise * @param visible <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */
} }


/** /**
* Sets whether this comment is visible.
* Returns whether this comment is visible.
* *
* @return <code>true</code> if the comment is visible, <code>false</code> otherwise * @return <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */

+ 2
- 2
src/java/org/apache/poi/ss/usermodel/Comment.java Parādīt failu

public interface Comment { public interface Comment {


/** /**
* Returns whether this comment is visible.
* Sets whether this comment is visible.
* *
* @param visible <code>true</code> if the comment is visible, <code>false</code> otherwise * @param visible <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */
void setVisible(boolean visible); void setVisible(boolean visible);


/** /**
* Sets whether this comment is visible.
* Returns whether this comment is visible.
* *
* @return <code>true</code> if the comment is visible, <code>false</code> otherwise * @return <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */

+ 6
- 2
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFComment.java Parādīt failu

} }


/** /**
* @return whether the comment is visible
* Returns whether this comment is visible.
*
* @return <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */
@Override @Override
public boolean isVisible() { public boolean isVisible() {
} }


/** /**
* @param visible whether the comment is visible
* Sets whether this comment is visible.
*
* @param visible <code>true</code> if the comment is visible, <code>false</code> otherwise
*/ */
@Override @Override
public void setVisible(boolean visible) { public void setVisible(boolean visible) {

Notiek ielāde…
Atcelt
Saglabāt