Skip to content

Commit 78d9c20

Browse files
authored
Merge pull request #9 from vetriselvan1187/master
void return Type <T> is removed
2 parents 9ce7ba5 + d0c1241 commit 78d9c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ Thanks to the type of the class literal. `Class<T>`
15551555
```java
15561556

15571557
public class Favorites{
1558-
public <T> void putFavorites(Class<T> type, T instance);
1558+
public void putFavorites(Class<T> type, T instance);
15591559
public <T> getFavorite(Class<T> type);
15601560
}
15611561
```

0 commit comments

Comments
 (0)