Skip to content

Commit

Permalink
Make isSpecificRecord public in AvroCompatibilityHelper (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Ke Hu <[email protected]>
  • Loading branch information
kehuum and Ke Hu authored Oct 19, 2020
1 parent c522358 commit e056996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public static String toParsingForm(Schema s) {
* @param indexedRecord the record in question
* @return true if argument is a specific record
*/
static boolean isSpecificRecord(IndexedRecord indexedRecord) {
public static boolean isSpecificRecord(IndexedRecord indexedRecord) {
return indexedRecord instanceof SpecificRecord;
}

Expand Down

0 comments on commit e056996

Please sign in to comment.