Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 25, 2019
1 parent d9f15f7 commit 384e417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public List<Property> getProperties() {
}

/**
* {@inheritDoc}
* @return the current css text
*/
public String getCssText() {
final StringBuilder sb = new StringBuilder();
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/gargoylesoftware/css/dom/CSSValueImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ public double getDoubleValue() throws DOMException {
}

/**
* {@inheritDoc}
* @return the string value.
* @throws DOMException case of error
*/
public String getStringValue() throws DOMException {
if (value_ instanceof LexicalUnit) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public LexicalUnit getSubValues() {
}

/**
* {@inheritDoc}
* @return the current css text
*/
public String getCssText() {
if (null != toString_) {
Expand Down

0 comments on commit 384e417

Please sign in to comment.