Merge "Renaming openecomp to onap"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Thu, 12 Oct 2017 15:08:25 +0000 (15:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 12 Oct 2017 15:08:25 +0000 (15:08 +0000)
1  2 
src/main/java/org/onap/aai/datarouter/entity/OxmEntityDescriptor.java

@@@ -24,7 -24,7 +24,7 @@@ package org.onap.aai.datarouter.entity
  
  import java.util.List;
  
- import org.openecomp.datarouter.util.CrossEntityReference;
+ import org.onap.aai.datarouter.util.CrossEntityReference;
  
  
  public class OxmEntityDescriptor {
@@@ -73,7 -73,7 +73,7 @@@
              return false;
           }
           
 -         if ( this.searchableAttributes.size() > 0 ) {
 +         if ( !this.searchableAttributes.isEmpty() ) {
              return true;
           }
           
          + ", suggestableAttributes=" + suggestableAttributes + ", isSuggestableEntity="
          + isSuggestableEntity + "]";
    }
 -}
 +}