Skip to content

Commit 399a44f

Browse files
committed
code style
1 parent 1386486 commit 399a44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/htmlunit/javascript/host/dom/Document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class Document extends Node {
164164
private static final Log LOG = LogFactory.getLog(Document.class);
165165

166166
/**
167-
* see <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla#Executing_Commands">
167+
* See <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla#Executing_Commands">
168168
* Executing Commands</a>
169169
*/
170170
private static final Set<String> EXECUTE_CMDS_FF = new HashSet<>();

0 commit comments

Comments
 (0)