Addendum for HADOOP-14146 jdk7 support.

(cherry picked from commit 4c6184b41c)
This commit is contained in:
Kihwal Lee 2017-06-23 10:00:26 -05:00
parent 81eb06b553
commit fa695817e5
1 changed files with 5 additions and 0 deletions

View File

@ -450,5 +450,10 @@ public class KerberosUtil {
public String toString() {
return "[tag=0x"+Integer.toHexString(tag)+" bb="+bb+"]";
}
@Override
public void remove() {
throw new UnsupportedOperationException();
}
}
}