FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

package main.data; /** * Created by Sphiinx on 5/2/2016. */ public class ExampleVars { private static ExampleVars vars; public static ExampleVars get() { return vars == null ? vars = new ExampleVars() : vars; } public static void reset() { vars = null; } }

Back | FazBrowse Home | New Git URL