Addendum for HADOOP-14146 jdk7 support.
(cherry picked from commit 4c6184b41c
)
This commit is contained in:
parent
81eb06b553
commit
fa695817e5
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue