From portal-commits at lists.jboss.org Tue May 27 07:43:46 2008 Content-Type: multipart/mixed; boundary="===============2322086529672136800==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10823 - modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/presentation/model. Date: Tue, 27 May 2008 07:43:45 -0400 Message-ID: --===============2322086529672136800== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2008-05-27 07:43:45 -0400 (Tue, 27 May 2008) New Revision: 10823 Removed: modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/p= resentation/model/StateType.java Log: remove unused moved class Deleted: modules/presentation/trunk/presentation/src/main/java/org/jboss/po= rtal/presentation/model/StateType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/= presentation/model/StateType.java 2008-05-27 09:00:03 UTC (rev 10822) +++ modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/= presentation/model/StateType.java 2008-05-27 11:43:45 UTC (rev 10823) @@ -1,42 +0,0 @@ -/*************************************************************************= ***** - * JBoss, a division of Red Hat = * - * Copyright 2006, Red Hat Middleware, LLC, and individual = * - * contributors as indicated by the @authors tag. See the = * - * copyright.txt in the distribution for a full listing of = * - * individual contributors. = * - * = * - * This is free software; you can redistribute it and/or modify it = * - * under the terms of the GNU Lesser General Public License as = * - * published by the Free Software Foundation; either version 2.1 of = * - * the License, or (at your option) any later version. = * - * = * - * This software is distributed in the hope that it will be useful, = * - * but WITHOUT ANY WARRANTY; without even the implied warranty of = * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU = * - * Lesser General Public License for more details. = * - * = * - * You should have received a copy of the GNU Lesser General Public = * - * License along with this software; if not, write to the Free = * - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA = * - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. = * - *************************************************************************= *****/ -package org.jboss.portal.presentation.model; - -/** - * @author Julien Viet - * @version $Revision: 1.1 $ - */ -public enum StateType -{ - /** - * The navigational state type. The navigational state type describe st= he a kind of change done at runtime by the user when it - * interacts with the model (i.e not all interactions with the model ar= e automatically navigational state changes). - */ - NAVIGATIONAL, - - /** - * The structural state type. The structural state type describes the s= tructure of the model, i.e it defines an enduring - * state managed by the presentation server. - */ - STRUCTURAL -} --===============2322086529672136800==--