[jboss-svn-commits] JBoss Portal SVN: r5298 - trunk/common/src/main/org/jboss/portal/common/util

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 29 18:18:46 EDT 2006


Author: julien at jboss.com
Date: 2006-09-29 18:18:44 -0400 (Fri, 29 Sep 2006)
New Revision: 5298

Removed:
   trunk/common/src/main/org/jboss/portal/common/util/Adaptable.java
Log:
remove obsolete interface

Deleted: trunk/common/src/main/org/jboss/portal/common/util/Adaptable.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/Adaptable.java	2006-09-29 22:15:39 UTC (rev 5297)
+++ trunk/common/src/main/org/jboss/portal/common/util/Adaptable.java	2006-09-29 22:18:44 UTC (rev 5298)
@@ -1,39 +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.common.util;
-
-/**
- * Interface implemented by adaptable objects.
- *
- * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
- * @version $Revision$
- */
-public interface Adaptable
-{
-   /**
-    * Return an adapter for the adapter class.
-    *
-    * @param adaptedClassName the class name of the adapted class
-    * @return the adapter object or null if no adapter is found
-    */
-   Object getAdapter(Class adaptedClass);
-}




More information about the jboss-svn-commits mailing list