Skip to content

Commit

Permalink
Fix javadoc comments (#313)
Browse files Browse the repository at this point in the history
* Fix javadoc comments with '&' character
* Fix author old syntax comments

Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup authored Dec 8, 2023
1 parent 43db978 commit 976268f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import com.powsybl.iidm.network.Network
import java.util.function.Consumer

/**
* Superclass for automaton & event groovy extensions
* Superclass for automaton and event groovy extensions
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
abstract class AbstractPureDynamicGroovyExtension<T> implements GroovyExtension<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.powsybl.commons.reporter.TypedValue
import com.powsybl.iidm.network.IdentifiableType

/**
* @author Laurent Issertial <laurent.issertial at rte-france.com>
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
final class Reporters {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.powsybl.dynawaltz.dsl.Reporters
import com.powsybl.iidm.network.Network

/**
* Superclass for automaton & event model builders
* Superclass for automaton and event model builders
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
abstract class AbstractPureDynamicModelBuilder extends AbstractDynamicModelBuilder implements ModelBuilder<DynamicModel> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.powsybl.commons.reporter.TypedValue;

/**
* @author Laurent Issertial <laurent.issertial at rte-france.com>
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
public final class DynawaltzReports {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static com.powsybl.dynawaltz.xml.DynaWaltzXmlConstants.DYN_URI;

/**
* Superclass for automaton & event black box models (model without IIDM static id)
* Superclass for automaton and event black box models (model without IIDM static id)
* @author Florian Dupuy {@literal <florian.dupuy at rte-france.com>}
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
Expand Down

0 comments on commit 976268f

Please sign in to comment.