Exemplo n.º 1
0
        static WordStemCache GetInstance()
        {
            if (_instance == null)
                _instance = new WordStemCache();

            return _instance;
        }
Exemplo n.º 2
0
        static WordStemCache GetInstance()
        {
            if (_instance == null)
            {
                _instance = new WordStemCache();
            }

            return(_instance);
        }