Skip to content

Commit

Permalink
Fix PMD
Browse files Browse the repository at this point in the history
Change-Id: I7b03f8958594c01d3ab2f722dbb7a573c6d3109e
  • Loading branch information
zachgk committed Mar 9, 2022
1 parent c181383 commit 46d8e45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private FastTextLibrary() {}

native String getModelType(long handle);

@SuppressWarnings("PMD.LooseCoupling")
native int predictProba(
long handle,
String text,
Expand Down

0 comments on commit 46d8e45

Please sign in to comment.