From jboss-identity-commits at lists.jboss.org Tue Jan 19 13:13:44 2010 Content-Type: multipart/mixed; boundary="===============6236271371605887769==" MIME-Version: 1.0 From: jboss-identity-commits at lists.jboss.org To: jboss-identity-commits at lists.jboss.org Subject: [jboss-identity-commits] JBoss Identity SVN: r1102 - authz/trunk/portal-profile/src/main/java/org/jboss/security/authz/portal/component/environment. Date: Tue, 19 Jan 2010 13:13:44 -0500 Message-ID: <201001191813.o0JIDi3v025599@svn01.web.mwc.hst.phx2.redhat.com> --===============6236271371605887769== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: sohil.shah(a)jboss.com Date: 2010-01-19 13:13:44 -0500 (Tue, 19 Jan 2010) New Revision: 1102 Removed: authz/trunk/portal-profile/src/main/java/org/jboss/security/authz/portal= /component/environment/Preferences.java Log: deleting = Deleted: authz/trunk/portal-profile/src/main/java/org/jboss/security/authz/= portal/component/environment/Preferences.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 --- authz/trunk/portal-profile/src/main/java/org/jboss/security/authz/porta= l/component/environment/Preferences.java 2010-01-19 17:46:00 UTC (rev 1101) +++ authz/trunk/portal-profile/src/main/java/org/jboss/security/authz/porta= l/component/environment/Preferences.java 2010-01-19 18:13:44 UTC (rev 1102) @@ -1,49 +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.security.authz.portal.component.environment; - -import java.util.Map; - -/** - * @author Sohil Shah - */ -public class Preferences = -{ - private Map preferences; - = - public Preferences() - { - = - } - - public Map getPreferences() = - { - return preferences; - } - - public void setPreferences(Map preferences) = - { - this.preferences =3D preferences; - } - //-----------------------------------------------------------------------= ---------------------------------------------------------------------------= ----------------- - = -} --===============6236271371605887769==--