From 5d89867da687e9b4f01f13bfb2b71a0ad51198e8 Mon Sep 17 00:00:00 2001 From: Ray Cromwell Date: Mon, 4 May 2009 20:36:47 +0000 Subject: [PATCH] SVN test --- .../src/main/java/com/google/gwt/query/client/GQuery.java | 1 + 1 file changed, 1 insertion(+) diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java index b4b165a0..127b451e 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java @@ -48,6 +48,7 @@ import java.util.Map; public class GQuery { /** + * * A POJO used to store the top/left CSS positioning values of an element. */ public static class Offset { -- 2.39.5