X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/b75f55ce5daeecdb0a2dd190bc5d2a73452f97a6..ce2716a93402e6acaede96affd6bd2beafe5a7d8:/src/gr/ebs/gss/client/AbstractPropertiesDialog.java diff --git a/src/gr/ebs/gss/client/AbstractPropertiesDialog.java b/src/gr/ebs/gss/client/AbstractPropertiesDialog.java index 45cf399..b940e66 100644 --- a/src/gr/ebs/gss/client/AbstractPropertiesDialog.java +++ b/src/gr/ebs/gss/client/AbstractPropertiesDialog.java @@ -1,5 +1,5 @@ /* - * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd. + * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd. * * This file is part of GSS. * @@ -87,7 +87,6 @@ public abstract class AbstractPropertiesDialog extends DialogBox { TagsResource tagr = getResult(); List userTags = tagr.getTags(); Anchor tag = null; - Label label = null; for(String usrTag : userTags){ tag = new Anchor(usrTag.toString(), false); tag.addStyleName("gss-tag"); @@ -111,8 +110,6 @@ public abstract class AbstractPropertiesDialog extends DialogBox { } }); } - - allTagsContent.add(label); } @Override