Skip to content

Instantly share code, notes, and snippets.

@Concers
Last active January 12, 2021 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Concers/0c0df5dd50b219a78480b2bded8b7162 to your computer and use it in GitHub Desktop.
Save Concers/0c0df5dd50b219a78480b2bded8b7162 to your computer and use it in GitHub Desktop.
@NotNull
public final Map getTable() {
if (this._table == null) {
this._table = (Map)(new HashMap());
}
Map var10000 = this._table;
if (var10000 != null) {
return var10000;
} else {
throw (Throwable)(new AssertionError("Set to null by another thread"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment