Skip to content

Commit

Permalink
[FIXED JENKINS-11589] ModularizeViewScript does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Nov 3, 2011
1 parent 0c0ef89 commit e7cc141
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ namespace("/lib/samples").sample(title:_("Define View Fragments Elsewhere")) {

// I defined this class here just to make the sample concise.
// this class can be defined anywhere, and typically you'd do this somewhere in your src/main/groovy
static class SomeGenerator extends AbstractGroovyViewModule {
class SomeGenerator extends AbstractGroovyViewModule {
SomeGenerator(JellyBuilder builder) {
super(builder)
}
Expand Down

0 comments on commit e7cc141

Please sign in to comment.