[jboss-svn-commits] JBoss Portal SVN: r5261 - trunk/core/src/main/org/jboss/portal/core/model/portal
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 26 08:55:31 EDT 2006
Author: julien at jboss.com
Date: 2006-09-26 08:55:29 -0400 (Tue, 26 Sep 2006)
New Revision: 5261
Removed:
trunk/core/src/main/org/jboss/portal/core/model/portal/MaskNames.java
Log:
removed unused constant class
Deleted: trunk/core/src/main/org/jboss/portal/core/model/portal/MaskNames.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/model/portal/MaskNames.java 2006-09-26 12:43:30 UTC (rev 5260)
+++ trunk/core/src/main/org/jboss/portal/core/model/portal/MaskNames.java 2006-09-26 12:55:29 UTC (rev 5261)
@@ -1,48 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., 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.core.model.portal;
-
-/**
- * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
- * @version $Revision$
- */
-public final class MaskNames
-{
- private MaskNames()
- {
- }
-
- /** The mask for action. */
- public static final int ACTION_MASK = 0x01;
-
- /** The mask for render. */
- public static final int RENDER_MASK = 0x02;
-
- /** The mask for mode. */
- public static final int MODE_MASK = 0x04;
-
- /** The mask for window state. */
- public static final int WINDOWSTATE_MASK = 0x08;
-
- /** The mask for opacity. */
- public static final int OPAQUE_MASK = 0x10;
-}
More information about the jboss-svn-commits
mailing list