Skip to content

Commit 4240325

Browse files
fix headers & javadoc
1 parent 3ac7d11 commit 4240325

File tree

9 files changed

+27
-6
lines changed

9 files changed

+27
-6
lines changed

src/main/java/org/gridsuite/shortcircuit/server/ParametersController.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
3+
* This Source Code Form is subject to the terms of the Mozilla Public
4+
* License, v. 2.0. If a copy of the MPL was not distributed with this
5+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
*/
17
package org.gridsuite.shortcircuit.server;
28

39
import io.swagger.v3.oas.annotations.Operation;

src/main/java/org/gridsuite/shortcircuit/server/dto/ShortCircuitParametersInfos.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import java.util.List;
1818

1919
/**
20-
* @author AJELLAL Ali <[email protected]>
2120
* @since 1.7.0
2221
*/
2322
@Builder

src/main/java/org/gridsuite/shortcircuit/server/dto/ShortCircuitPredefinedConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
package org.gridsuite.shortcircuit.server.dto;
88

99
/**
10-
* @author AJELLAL Ali <[email protected]>
1110
* @since 1.7.0
1211
*/
1312
public enum ShortCircuitPredefinedConfiguration {

src/main/java/org/gridsuite/shortcircuit/server/entities/AnalysisParametersEntity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (c) 2022, RTE (http://www.rte-france.com)
33
* This Source Code Form is subject to the terms of the Mozilla Public
44
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -16,7 +16,6 @@
1616
import java.util.UUID;
1717

1818
/**
19-
* @author Abdelsalem Hedhili <abdelsalem.hedhili at rte-france.com>
2019
* @since 1.7.0
2120
*/
2221
@Builder

src/main/java/org/gridsuite/shortcircuit/server/repositories/ParametersRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (c) 2022, RTE (http://www.rte-france.com)
33
* This Source Code Form is subject to the terms of the Mozilla Public
44
* License, v. 2.0. If a copy of the MPL was not distributed with this

src/test/java/org/gridsuite/shortcircuit/server/ParametersControllerTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
3+
* This Source Code Form is subject to the terms of the Mozilla Public
4+
* License, v. 2.0. If a copy of the MPL was not distributed with this
5+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
*/
17
package org.gridsuite.shortcircuit.server;
28

39
import lombok.NonNull;

src/test/java/org/gridsuite/shortcircuit/server/dto/ShortCircuitParametersInfosTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
3+
* This Source Code Form is subject to the terms of the Mozilla Public
4+
* License, v. 2.0. If a copy of the MPL was not distributed with this
5+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
*/
17
package org.gridsuite.shortcircuit.server.dto;
28

39
import com.fasterxml.jackson.databind.ObjectMapper;

src/test/java/org/gridsuite/shortcircuit/server/service/ShortCircuitServiceTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
3+
* This Source Code Form is subject to the terms of the Mozilla Public
4+
* License, v. 2.0. If a copy of the MPL was not distributed with this
5+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
*/
17
package org.gridsuite.shortcircuit.server.service;
28

39
import com.fasterxml.jackson.databind.ObjectMapper;

src/test/java/org/gridsuite/shortcircuit/server/service/ShortCircuitWorkerServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (c) 2023, RTE (http://www.rte-france.com)
33
* This Source Code Form is subject to the terms of the Mozilla Public
44
* License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)