Skip to content
Snippets Groups Projects
Commit 3b610097 authored by Adam Welc's avatar Adam Welc
Browse files

Merged.

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