Skip to content

Commit

Permalink
Merge pull request #460 from nahguam/deployement
Browse files Browse the repository at this point in the history
Fix typo deployement -> deployment
  • Loading branch information
loicmathieu authored Jul 6, 2023
2 parents a19a0d2 + 88cf5bb commit c1d4972
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
@@ -1,4 +1,4 @@
package io.quarkiverse.googlecloudservices.pubsub.deployement;
package io.quarkiverse.googlecloudservices.pubsub.deployment;

import io.quarkus.deployment.annotations.BuildStep;
import io.quarkus.deployment.builditem.FeatureBuildItem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkiverse.googlecloudservices.pubsub.deployement;
package io.quarkiverse.googlecloudservices.pubsub.deployment;

import io.quarkus.runtime.annotations.ConfigItem;
import io.quarkus.runtime.annotations.ConfigPhase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkiverse.googlecloudservices.pubsub.deployement;
package io.quarkiverse.googlecloudservices.pubsub.deployment;

import java.util.Optional;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkiverse.googlecloudservices.pubsub.deployement;
package io.quarkiverse.googlecloudservices.pubsub.deployment;

import java.time.Duration;
import java.util.List;
Expand Down

0 comments on commit c1d4972

Please sign in to comment.