Liferay 7.0-ce-b4

com.liferay.util.jazzy
Class InvalidWord

java.lang.Object
  extended by com.liferay.portal.kernel.jazzy.InvalidWord
      extended by com.liferay.util.jazzy.InvalidWord
All Implemented Interfaces:
Serializable

Deprecated. As of 7.0.0, moved to InvalidWord

@Deprecated
public class InvalidWord
extends InvalidWord

See Also:
Serialized Form

Constructor Summary
InvalidWord(String invalidWord, List<String> suggestions, String wordContext, int wordContextPosition)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.jazzy.InvalidWord
getInvalidWord, getSuggestions, getWordContext, getWordContextPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidWord

public InvalidWord(String invalidWord,
                   List<String> suggestions,
                   String wordContext,
                   int wordContextPosition)
Deprecated. 

Liferay 7.0-ce-b4