commit | b5fe93bdfa065f73232dae8ba4d9dc152d1af12d | [log] [tgz] |
---|---|---|
author | Shubham Ajmera <shubhamajmera@google.com> | Thu Mar 10 13:06:56 2016 +0000 |
committer | Shubham Ajmera <shubhamajmera@google.com> | Mon Mar 14 12:12:35 2016 +0000 |
tree | ebf96f3c44bf360792a2e66aa7a0782e957c6974 | |
parent | b23dbfce7ea84c39cea75b612868a5832cb9af2b [diff] |
Fix compatibility issues with Java 1.8 Map Java 1.8 Map implements default methods - remove(K, V), which conflicts with the remove(String, V) in gov.nist.core.MultiMapImp. This changes deletes the method from the interface - gov.nist.core.MultiMap as well as from the implementation in gov.nist.core.MultiMapImp as no caller were found for the same. Bug: 27426743 Change-Id: Ib19c608edcf5c866852bcc48cb18b40972f5e04c