Show
Ignore:
Timestamp:
02/19/10 06:56:50 (2 years ago)
Author:
jgao
Message:

Add isFreeAttributeSearchSupported() to AttributeMapper?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/corelib/src/org/bridgedb/rdb/SimpleGdbImpl3.java

    r288 r307  
    581581                } catch (SQLException e) { throw new IDMapperException ("Xref:" + ref, e); } // Database unavailable 
    582582        } 
     583 
     584        /** 
     585         * 
     586         * @return true 
     587         */ 
     588        public boolean isFreeAttributeSearchSupported() 
     589        { 
     590                return true; 
     591        } 
    583592         
    584593        /**