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/webservice/bridgerest/BridgeRest.java

    r298 r307  
    409409        } 
    410410 
     411        /** 
     412         * 
     413         * @return true 
     414         */ 
     415        public boolean isFreeAttributeSearchSupported() 
     416        { 
     417                return true; 
     418        } 
     419 
    411420        /** {@inheritDoc} */ 
    412421        public Map<Xref, String> freeAttributeSearch(String query, String attrType,