Advertisement
natalierey

Untitled

Feb 8th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public WordSig(String words, String PredictivePrototype.wordToSigniture(words))
  2. {
  3. this.words = words;
  4. this.signiture = signiture;
  5. }
  6.  
  7. public WordSig(String signiture)
  8. {
  9. this.signiture = signiture;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement