Skip to content

Commit 61807dd

Browse files
committed
spotless
1 parent 2dc67fb commit 61807dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,8 +1583,8 @@ public boolean defineOwnProperty(Context cx, Object id, ScriptableObject desc) {
15831583
/**
15841584
* Defines a property on an object.
15851585
*
1586-
* <p>Based on [[DefineOwnProperty]] from 8.12.10 of the spec.
1587-
* see <a href="https://tc39.es/ecma262/#table-essential-internal-methods">[[DefineOwnProperty]]</a>
1586+
* <p>Based on [[DefineOwnProperty]] from 8.12.10 of the spec. see <a
1587+
* href="https://tc39.es/ecma262/#table-essential-internal-methods">[[DefineOwnProperty]]</a>
15881588
*
15891589
* @param cx the current Context
15901590
* @param id the name/index of the property

0 commit comments

Comments
 (0)