Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javadoc comments #313

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading