Skip to content

Commit

Permalink
HHH-10538 Fix the javadoc of TableInformation.getIndex(Identifier ind…
Browse files Browse the repository at this point in the history
…exName)
  • Loading branch information
gsmet authored and dreab8 committed Feb 17, 2016
1 parent 7ef7e20 commit 73abc5c
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -78,7 +78,11 @@ public interface TableInformation {
public Iterable<IndexInformation> getIndexes();

/**
* Obtain an iterable over all the table's defined indexes
* Retrieve the named IndexInformation
*
* @param indexName The index identifier (simple name)
*
* @return The matching index information. May return {@code null}
*/
public IndexInformation getIndex(Identifier indexName);
}

0 comments on commit 73abc5c

Please sign in to comment.