Skip to content

Commit

Permalink
[Shortcircuit API] Fix javadoc (#2887)
Browse files Browse the repository at this point in the history
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
(cherry picked from commit 4cba89a)
  • Loading branch information
colinepiloquet authored and olperr1 committed Feb 15, 2024
1 parent c5694de commit 7e11fdc
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 @@ -46,7 +46,7 @@ public FortescueFaultResult(Fault fault, Status status) {
}

/**
* The results on three phases for current [in kA]
* The results on three phases for current [in A]
*/
public FortescueValue getCurrent() {
return current;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public FortescueFeederResult(String connectableId,
}

/**
* The current on the three phases [in kA].
* The current on the three phases [in A].
*/
public FortescueValue getCurrent() {
return current;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public MagnitudeFaultResult(Fault fault, Status status) {
}

/**
* The three-phase current magnitude [in kA].
* The three-phase current magnitude [in A].
*/
public double getCurrent() {
return current;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public MagnitudeFeederResult(String connectableId, double current) {
}

/**
* The three-phase current magnitude (in kA).
* The three-phase current magnitude [in A].
*/
public double getCurrent() {
return current;
Expand Down

0 comments on commit 7e11fdc

Please sign in to comment.