We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266fd2 commit 6f15469Copy full SHA for 6f15469
src/main/java/com/github/ygimenez/model/EmojiMapping.java
@@ -98,7 +98,7 @@ public boolean containsValue(V value) {
98
*
99
* @param key The key representing the value to be retrieved
100
* @return The value mapped by given key
101
- * @see #put(Emoji, V)
+ * @see #put(Emoji, Object)
102
*/
103
public V get(Emoji key) {
104
cursor.setId(key);
src/main/java/com/github/ygimenez/model/TextMapping.java
@@ -97,7 +97,7 @@ public boolean containsValue(V value) {
97
- * @see #put(String, V)
+ * @see #put(String, Object)
public V get(String key) {
0 commit comments