Skip to content

Commit

Permalink
Refactor: change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
shreelakshmijoshi committed Sep 12, 2024
1 parent dd46b3b commit 9fafc21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<junit-jupiter.params>5.10.2</junit-jupiter.params>
<testcontainer.params>1.19.7</testcontainer.params>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exec.mainClassDev>iudx.apd.acl.server.deploy.DeployerDev
<exec.mainClassDev>iudx.apd.acl.server.deploy.Deployer
</exec.mainClassDev>
</properties>

Expand Down Expand Up @@ -543,7 +543,7 @@
<execution>
<id>acl-apd-server</id>
<configuration>
<mainClass>iudx.apd.acl.server.deploy.DeployerDev</mainClass>
<mainClass>iudx.apd.acl.server.deploy.Deployer</mainClass>
<arguments>
<argument>-jar</argument>
<argument>{project.build.directory}/${project.artifactId}-dev-${project.version}-fat.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
* iudx.apd.acl.server.authenticator.JwtAuthenticationVerticle
* ,iudx.apd.acl.server.apiserver.ApiServerVerticle</i>
*/
public class DeployerDev {
private static final Logger LOGGER = LogManager.getLogger(DeployerDev.class);
public class Deployer {
private static final Logger LOGGER = LogManager.getLogger(Deployer.class);
private static Vertx vertxInstance;
private static ClusterManager mgr;

Expand Down

0 comments on commit 9fafc21

Please sign in to comment.