You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/06/15 21:25:15 UTC

svn commit: r784929 - in /incubator/pivot/trunk: demos/src/org/apache/pivot/demos/scripting/demo.groovy web/src/org/apache/pivot/web/server/QueryServlet.java

Author: tvolkert
Date: Mon Jun 15 19:25:15 2009
New Revision: 784929

URL: http://svn.apache.org/viewvc?rev=784929&view=rev
Log:
Changed a few remaining references to "pivot.*" to "org.apache.pivot.*"

Modified:
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/scripting/demo.groovy
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java

Modified: incubator/pivot/trunk/demos/src/org/apache/pivot/demos/scripting/demo.groovy
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/src/org/apache/pivot/demos/scripting/demo.groovy?rev=784929&r1=784928&r2=784929&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/src/org/apache/pivot/demos/scripting/demo.groovy (original)
+++ incubator/pivot/trunk/demos/src/org/apache/pivot/demos/scripting/demo.groovy Mon Jun 15 19:25:15 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-import pivot.collections.adapter.*
+import org.apache.pivot.collections.adapter.*
 
 listData = []
 listData << "One"

Modified: incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java?rev=784929&r1=784928&r2=784929&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java Mon Jun 15 19:25:15 2009
@@ -38,10 +38,9 @@
 import org.apache.pivot.util.Base64;
 import org.apache.pivot.web.QueryDictionary;
 
-
 /**
  * Abstract base class for web query servlets. It is the server counterpart to
- * {@link org.apache.pivot.web.Query pivot.web.Query}.
+ * {@link org.apache.pivot.web.Query}.
  *
  * @author tvolkert
  */