We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a565fb4 commit 5342da6Copy full SHA for 5342da6
1 file changed
library/src/main/java/me/proxer/library/entity/info/AdaptionInfo.java
@@ -34,7 +34,6 @@ public class AdaptionInfo implements ProxerIdItem {
34
private Medium medium;
35
36
public AdaptionInfo(final String id, final String name, final Medium medium) {
37
- // TODO: Remove once Kapt/Room can handle @Nullable in constructors.
38
this.id = id;
39
this.name = name;
40
this.medium = medium;
0 commit comments