Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Update VimeoUser to use correct Nullable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed George committed Dec 17, 2018
1 parent 6b398cf commit 4165680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/vimeoextractor/VimeoUser.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vimeoextractor;

import com.sun.istack.internal.Nullable;
import org.jetbrains.annotations.Nullable;
import org.json.JSONObject;

/**
Expand Down

0 comments on commit 4165680

Please sign in to comment.