Gradle Upgrades and Clipboard Refactoring

This commit is contained in:
MattBDev
2020-03-02 17:43:27 -05:00
parent e1b946d0da
commit b7b11cc478
12 changed files with 61 additions and 116 deletions

View File

@ -10,7 +10,6 @@ public interface Metadatable {
*
* @param key
* @param value
* @return previous value
*/
void setMeta(String key, Object value);