Skip to content

Commit

Permalink
lsp-interaction: Fixed javadoc errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes committed Mar 8, 2024
1 parent 2420587 commit a9592a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class InteractiveUtil {
* Returns id of a node.
*
* @param node The node.
* @returns The id string of the node.
* @return The id string of the node.
*/
static def String getIdOfNode(KNode node) {
var nameStringOfReferenceNode = node.toString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MrTreeInteractiveLanguageServerExtension implements ILanguageServerExtensi
* Set order constraint of node specified by node id.
* This changes all order values of all constraints of a previous layout run.
*
* @param constraint constraint to be set
* @param pc constraint to be set
* @param clientId identifier of diagram
*/
def setPositionConstraint(MrTreeSetPositionConstraint pc, String clientId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PositionConstraintReevaluation {

/**
* Adjusts position constraints in a layer after one node has been introduced to it.
* @param nodesOfLayer the nodes of the layer
* @param parent the nodes of the layer
* @param target the moved node
* @param newPosition the new position of the node
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class RectpackingInteractiveLanguageServerExtension implements ILanguageServerEx
/**
* Applies property changes to the file given by the uri by sending by notifying the client to execute the changes.
*
* @param changedNodes The KNodes that changed.
* @param constraint The constraint to serialize
* @param model The main KNode
* @param uri uri of resource
*/
Expand Down

0 comments on commit a9592a9

Please sign in to comment.