Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. protected IndexTree(IndexNode root)
  2. {
  3. this.root = root;
  4. }
  5.  
  6. C:\Users\Andy\Documents\IndexTree.java:46: cannot find symbol
  7. symbol : constructor IndexTree(java.lang.String)
  8. location: class IndexTree
  9. IndexTree index = new IndexTree(nextLine);
Add Comment
Please, Sign In to add comment