Skip to content

Commit

Permalink
refactor export service examples to a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-higgins committed Apr 20, 2024
1 parent 2e2b288 commit 1c0eac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fluxtion.example.reference.execution;
package com.fluxtion.example.reference.serviceexport;

import com.fluxtion.compiler.Fluxtion;
import com.fluxtion.runtime.annotations.ExportService;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fluxtion.example.reference.execution;
package com.fluxtion.example.reference.serviceexport;

import com.fluxtion.compiler.Fluxtion;
import com.fluxtion.runtime.annotations.ExportService;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fluxtion.example.reference.execution;
package com.fluxtion.example.reference.serviceexport;

import com.fluxtion.compiler.Fluxtion;
import com.fluxtion.runtime.annotations.ExportService;
Expand Down

0 comments on commit 1c0eac7

Please sign in to comment.