Skip to content
Snippets Groups Projects
Commit 02d050de authored by Wei Zhang's avatar Wei Zhang
Browse files

Assertion in RFFIFactory.getRFFI

parent c09e6f08
Branches
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ public abstract class RFFIFactory {
}
public static RFFI getRFFI() {
assert theRFFI != null : "RFFI factory is not initialized!";
return theRFFI;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment