Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 25, 2024
1 parent 2dc67fb commit 61807dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1583,8 +1583,8 @@ public boolean defineOwnProperty(Context cx, Object id, ScriptableObject desc) {
/**
* Defines a property on an object.
*
* <p>Based on [[DefineOwnProperty]] from 8.12.10 of the spec.
* see <a href="https://tc39.es/ecma262/#table-essential-internal-methods">[[DefineOwnProperty]]</a>
* <p>Based on [[DefineOwnProperty]] from 8.12.10 of the spec. see <a
* href="https://tc39.es/ecma262/#table-essential-internal-methods">[[DefineOwnProperty]]</a>
*
* @param cx the current Context
* @param id the name/index of the property
Expand Down

0 comments on commit 61807dd

Please sign in to comment.