Skip to content

Commit d491a47

Browse files
author
Shelson Ferrari
committed
javadoc e pequenos ajustes de formatacao
1 parent 191924a commit d491a47

8 files changed

Lines changed: 16 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distribuído em uma base "COMO ESTÁ", SEM GARANTIAS OU CONDIÇÕES DE QUALQUER TIPO, expressas ou implícitas. Veja
1515
* os Licenses para a linguagem específica que rege permissões e limitações sob os Licenses.
1616
*/
17-
1817
package com.shelson.application.dto;
1918

2019
import java.time.LocalDateTime;

src/main/java/com/shelson/application/routes/CurrencyConversionRoute.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
1515
* the Licenses for the specific language governing permissions and limitations under the Licenses.
1616
*/
17-
1817
package com.shelson.application.routes;
1918

2019
import org.apache.camel.builder.RouteBuilder;

src/main/java/com/shelson/application/service/CurrencyConversionService.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
*/
117
package com.shelson.application.service;
218

319
import java.time.LocalDateTime;

src/main/java/com/shelson/application/service/CurrencyConversionServiceApiResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
1515
* the Licenses for the specific language governing permissions and limitations under the Licenses.
1616
*/
17-
1817
package com.shelson.application.service;
1918

2019
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

src/main/java/com/shelson/config/CamelConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
1515
* the Licenses for the specific language governing permissions and limitations under the Licenses.
1616
*/
17-
1817
package com.shelson.config;
1918

2019
import java.util.Map;

src/main/java/com/shelson/config/ProducerConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
1515
* the Licenses for the specific language governing permissions and limitations under the Licenses.
1616
*/
17-
1817
package com.shelson.config;
1918

2019
import org.apache.camel.CamelContext;

src/main/java/com/shelson/config/SharedConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
1515
* the Licenses for the specific language governing permissions and limitations under the Licenses.
1616
*/
17-
1817
package com.shelson.config;
1918

2019
import org.apache.camel.CamelContext;

src/main/resources/application.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,4 @@ logging.level.org.apache.camel=DEBUG
110110
logging.level.org.apache.camel.impl=DEBUG
111111
logging.level.org.apache.camel.spring.boot=DEBUG
112112

113-
114113
currency.conversion.url=https://api.exchangerate-api.com/v4/latest/
115-

0 commit comments

Comments
 (0)