Skip to content

Commit

Permalink
Add literal annotation in author's email address (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
  • Loading branch information
So-Fras authored Oct 31, 2023
1 parent 48a9b0e commit b9b9847
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.List;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
public final class NetworkAreaUtil {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.junit.jupiter.api.Assertions.*;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
class NetworkAreaUtilTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package com.powsybl.cne.converter;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public final class CneConstants {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package com.powsybl.cne.converter;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
class CneExportOptions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* CNE XML format export of an SecurityAnalysisResult.<p>
*
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
@AutoService(SecurityAnalysisResultExporter.class)
public class CneExporter implements SecurityAnalysisResultExporter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.List;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public final class SecurityAnalysisResultXml {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.stream.Collectors;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
class SecurityAnalysisResultXmlWriterContext implements XmlWriterContext {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Check CneExporter class
*
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
class CneExporterTest extends AbstractConverterTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.*;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public class ContingencySeries {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import com.powsybl.security.LimitViolation;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public class Measurement {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.powsybl.security.LimitViolationType;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public enum MeasurementType {
A01,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.*;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public class MonitoredRegisteredResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import com.powsybl.contingency.ContingencyElement;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public class RegisteredResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.powsybl.security.LimitViolationType;

/**
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
public enum UnitSymbol {
AMP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Check cne-model module
*
* @author Thomas Adam <tadam at silicom.fr>
* @author Thomas Adam {@literal <tadam at silicom.fr>}
*/
class CneModelTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.powsybl.tools.Version;

/**
* @author Miora Vedelago <miora.ralambotiana at rte-france.com>
* @author Miora Vedelago {@literal <miora.ralambotiana at rte-france.com>}
*/
@AutoService(Version.class)
public class PowsyblEntsoeVersion extends AbstractVersion {
Expand Down
2 changes: 1 addition & 1 deletion emf/src/test/java/com/powsybl/emf/IGMmergeTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;

/**
* @author Bertrand Rix <bertrand.rix at artelys.com>
* @author Bertrand Rix {@literal <bertrand.rix at artelys.com>}
*/
class IGMmergeTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.stream.Collectors;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
class CgmesBoundariesArea implements NetworkArea {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Objects;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
public class CgmesBoundariesAreaFactory implements NetworkAreaFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.stream.Collectors;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
class CgmesVoltageLevelsArea implements NetworkArea {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Objects;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
public class CgmesVoltageLevelsAreaFactory implements NetworkAreaFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
class CgmesBoundariesAreaTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import static org.junit.jupiter.api.Assertions.assertFalse;

/**
* @author Miora Ralambotiana <miora.ralambotiana at rte-france.com>
* @author Miora Ralambotiana {@literal <miora.ralambotiana at rte-france.com>}
*/
class CgmesVoltageLevelsAreaTest {

Expand Down

0 comments on commit b9b9847

Please sign in to comment.