Repository: tapestry-5 Updated Branches: refs/heads/master 11c7d88f6 -> ee2fc5199
Fixing LaunchJetty8 package declaration Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ee2fc519 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ee2fc519 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ee2fc519 Branch: refs/heads/master Commit: ee2fc51990b644dae069d3f5ed437b788a13f6b7 Parents: 11c7d88 Author: Thiago H. de Paula Figueiredo <[email protected]> Authored: Fri Nov 23 17:20:13 2018 -0200 Committer: Thiago H. de Paula Figueiredo <[email protected]> Committed: Fri Nov 23 17:20:13 2018 -0200 ---------------------------------------------------------------------- .../src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ee2fc519/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy index 393a40c..b7c04fe 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty8.groovy @@ -1,3 +1,5 @@ +package org.apache.tapestry5; + // Copyright 2011 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License");
