Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Aug 30, 2024
1 parent f181647 commit fceabfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.helidon.bestbank.creditscore;
package io.helidon.examples.creditscore;

import com.oracle.coherence.cdi.Name;
import com.tangosol.net.NamedCache;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.helidon.bestbank.creditscore;
package io.helidon.examples.creditscore;

public record Person(
String firstName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

package io.helidon.bestbank.creditscore;
package io.helidon.examples.creditscore;
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.helidon.bestbank.creditscore;
package io.helidon.examples.creditscore;

import jakarta.inject.Inject;
import jakarta.ws.rs.client.WebTarget;
Expand Down

0 comments on commit fceabfb

Please sign in to comment.