Skip to content

Commit

Permalink
fix: Fixed spelling mistake in module and package names
Browse files Browse the repository at this point in the history
Refs: #31
  • Loading branch information
nirikash committed Sep 27, 2024
1 parent 4f4d643 commit aa3a328
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ch.sbb.polarion.extension.hook-samples.juice.delete-non-resolved-module-comments</artifactId>
<artifactId>ch.sbb.polarion.extension.hook-samples.guice.delete-non-resolved-module-comments</artifactId>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.sbb.polarion.extension.interceptor.hook_samples.juice;
package ch.sbb.polarion.extension.interceptor.hook_samples.guice;

import ch.sbb.polarion.extension.interceptor_manager.model.IActionHook;
import com.google.inject.AbstractModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.sbb.polarion.extension.interceptor.hook_samples.juice;
package ch.sbb.polarion.extension.interceptor.hook_samples.guice;

import ch.sbb.polarion.extension.interceptor_manager.model.ActionHook;
import ch.sbb.polarion.extension.interceptor_manager.model.HookExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.sbb.polarion.extension.interceptor.hook_samples.juice;
package ch.sbb.polarion.extension.interceptor.hook_samples.guice;

import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: ch.sbb.polarion.extension.juice.hook.example;singleton:=tru
Bundle-Vendor: SBB AG
Bundle-Version: 1.0.0
Bundle-Name: Juice Hook example
Guice-Modules: ch.sbb.polarion.extension.interceptor.hook_samples.juice.ActionHooksModule
Guice-Modules: ch.sbb.polarion.extension.interceptor.hook_samples.guice.ActionHooksModule
Require-Bundle: com.polarion.alm.tracker,
com.polarion.alm.ui,
com.polarion.portal.tomcat,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<servlet>
<servlet-name>osgi-hook-example</servlet-name>
<servlet-class>ch.sbb.polarion.extension.interceptor.hook_samples.juice.HookServlet</servlet-class>
<servlet-class>ch.sbb.polarion.extension.interceptor.hook_samples.guice.HookServlet</servlet-class>

<init-param>
<param-name>debug</param-name>
Expand Down

0 comments on commit aa3a328

Please sign in to comment.