Skip to content

Commit d84ff3f

Browse files
author
Shelson Ferrari
committed
pre camel
1 parent 9a8d06a commit d84ff3f

3 files changed

Lines changed: 17 additions & 44 deletions

File tree

src/main/java/com/shelson/application/dto/CurrencyConversionDTO.java

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
package com.shelson.application.dto;
1+
/*
2+
* Copyright (c) 2024, Shelson Ferrari
3+
*
4+
* Licensed under the MIT License and the Apache License, Version 2.0 (the "Licenses"); you may not use this file except in
5+
* compliance with the Licenses. You may obtain a copy of the Licenses at
6+
*
7+
* MIT License:
8+
* https://opensource.org/licenses/MIT
9+
*
10+
* Apache License, Version 2.0:
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software distributed under the Licenses is
14+
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
15+
* the Licenses for the specific language governing permissions and limitations under the Licenses.
16+
*/
17+
package com.shelson.application.dto;
218

319
import java.time.LocalDateTime;
420
import jakarta.validation.constraints.NotNull;

src/main/java/com/sognisport/infrastructure/processor/CurrencyConversionProcessor.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/main/java/com/sognisport/infrastructure/route/CurrencyConversionRoute.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)