Skip to content

Commit

Permalink
Fixes #78 - Isolate shell script generation into its own codepath
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 4, 2024
1 parent bfa3486 commit d31e88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
*
* @author Manfred Riem ([email protected])
*/
public class WorkflowGenerator implements ParrotGenerator {
public abstract class WorkflowGenerator implements ParrotGenerator {
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
*
* @author Manfred Riem ([email protected])
*/
public class WorkshopGenerator implements ParrotGenerator {
public abstract class WorkshopGenerator implements ParrotGenerator {
}

0 comments on commit d31e88a

Please sign in to comment.