Revision: 6259
Author: kpro...@google.com
Date: Wed Sep 30 06:05:59 2009
Log: Fixes checkstyle issues and a classpath.


http://code.google.com/p/google-web-toolkit/source/detail?r=6259

Modified:
  /branches/crawlability/eclipse/samples/Showcase/.classpath
   
/branches/crawlability/user/src/com/google/gwt/user/client/ui/IndexableHyperlink.java

=======================================
--- /branches/crawlability/eclipse/samples/Showcase/.classpath  Mon Sep 28  
07:05:23 2009
+++ /branches/crawlability/eclipse/samples/Showcase/.classpath  Wed Sep 30  
06:05:59 2009
@@ -5,6 +5,6 @@
        <classpathentry kind="con"  
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/>
        <classpathentry combineaccessrules="false" kind="src"  
path="/gwt-dev-windows"/>
-       <classpathentry kind="var"  
path="GWT_ROOT/build/staging/gwt-linux-0.0.0/gwt-servlet.jar"/>
+       <classpathentry kind="var"  
path="GWT_ROOT/build/staging/gwt-windows-0.0.0/gwt-servlet.jar"/>
        <classpathentry kind="output" path="war/WEB-INF/classes"/>
  </classpath>
=======================================
---  
/branches/crawlability/user/src/com/google/gwt/user/client/ui/IndexableHyperlink.java
    
Tue Sep 29 07:48:08 2009
+++  
/branches/crawlability/user/src/com/google/gwt/user/client/ui/IndexableHyperlink.java
    
Wed Sep 30 06:05:59 2009
@@ -1,8 +1,28 @@
+/*
+ * Copyright 2008 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may  
not
+ * use this file except in compliance with the License. You may obtain a  
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations  
under
+ * the License.
+ */
  package com.google.gwt.user.client.ui;

  import com.google.gwt.user.client.Element;
-import com.google.gwt.user.client.History;
-
+
+/**
+ * Indexable version of Hyperlink class.
+ * This class will produce hyperlinks that contain the special
+ * "indexable" token.
+ *
+ */
  public class IndexableHyperlink extends Hyperlink {

    public IndexableHyperlink() {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to