Skip to content

Commit

Permalink
JENKINS-38418 wrong package name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
escoem committed Feb 6, 2017
1 parent dcb1eb5 commit c9ce183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ public abstract class GroovyFileGlobalVariable extends GlobalVariable {
*/
@Nonnull
public String getClassName() {
return getClass().getName() + ".Impl";
return getClass().getName() + ".FileLoaderDSLImpl";
}

@Override
Expand Down
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package org.jenkinsci.plugins.workflow.remoteloader
package org.jenkinsci.plugins.workflow.remoteloader.FileLoaderDSL

import org.jenkinsci.plugins.workflow.cps.CpsScript;

Expand Down

0 comments on commit c9ce183

Please sign in to comment.