Skip to content

Commit

Permalink
Fix package-info for application and connection (#594)
Browse files Browse the repository at this point in the history
Partially closes #503
  • Loading branch information
masokol authored Oct 18, 2023
1 parent e645fb0 commit 75703e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Telefonaktiebolaget LM Ericsson
* Copyright 2023 Telefonaktiebolaget LM Ericsson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Telefonaktiebolaget LM Ericsson
* Copyright 2023 Telefonaktiebolaget LM Ericsson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,6 @@
*/

/**
*
* Contains classes that make ecChronos a standalone springboot application.
*/
package com.ericsson.bss.cassandra.ecchronos.application;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Telefonaktiebolaget LM Ericsson
* Copyright 2023 Telefonaktiebolaget LM Ericsson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
*/

/**
*
* Contains integration between ecChronos and springboot.
* This package only contain classes that are using spring annotations.
*/
package com.ericsson.bss.cassandra.ecchronos.application.spring;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Telefonaktiebolaget LM Ericsson
* Copyright 2023 Telefonaktiebolaget LM Ericsson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,6 @@
*/

/**
*
* Contains the default implementation of API for outgoing connections (CQL and JMX) towards Cassandra.
*/
package com.ericsson.bss.cassandra.ecchronos.connection.impl;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Telefonaktiebolaget LM Ericsson
* Copyright 2023 Telefonaktiebolaget LM Ericsson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,6 @@
*/

/**
*
* Contains the API for outgoing connections (CQL and JMX) towards Cassandra.
*/
package com.ericsson.bss.cassandra.ecchronos.connection;

0 comments on commit 75703e0

Please sign in to comment.