Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b831caa

Browse files
committedApr 9, 2015
Code cleanup.
1 parent e981b5d commit b831caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/org/jsoup/nodes/Document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public String nodeName() {
235235
* @see OutputSettings#charset(java.nio.charset.Charset)
236236
*/
237237
public void charset(Charset charset) {
238-
Document.this.updateMetaCharsetElement(true);
238+
updateMetaCharsetElement(true);
239239
outputSettings.charset(charset);
240240
ensureMetaCharsetElement();
241241
}

0 commit comments

Comments
 (0)
Please sign in to comment.