Skip to content

Commit

Permalink
Add NamespaceLookupExtractorFactory.toString() (apache#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
leventov authored and b-slim committed Jul 26, 2017
1 parent 2005c55 commit 5929066
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,15 @@ CacheScheduler getCacheScheduler()
{
return cacheScheduler;
}

@Override
public String toString()
{
return "NamespaceLookupExtractorFactory{" +
"extractionNamespace=" + extractionNamespace +
", firstCacheTimeout=" + firstCacheTimeout +
", injective=" + injective +
", extractorID='" + extractorID + '\'' +
'}';
}
}

0 comments on commit 5929066

Please sign in to comment.