Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. special.java:42: cannot find symbol
  2. symbol : method removeSpec(int)
  3. location: class client
  4. c.removeSpec(12323);
  5. ^
  6. special.java:43: cannot find symbol
  7. symbol : method removeSpec(int)
  8. location: class client
  9. c.removeSpec(7574);
  10. ^
  11. special.java:44: cannot find symbol
  12. symbol : method removeSpec(int)
  13. location: class client
  14. c.removeSpec(7599);
  15. ^
  16. special.java:45: cannot find symbol
  17. symbol : method removeSpec(int)
  18. location: class client
  19. c.removeSpec(7549);
  20. ^
  21. special.java:46: cannot find symbol
  22. symbol : method removeSpec(int)
  23. location: class client
  24. c.removeSpec(8493);
  25. ^
  26. special.java:47: cannot find symbol
  27. symbol : method removeSpec(int)
  28. location: class client
  29. c.removeSpec(7499);
  30. ^
  31. special.java:93: cannot find symbol
  32. symbol : method removeSpec(int)
  33. location: class client
  34. c.removeSpec(12323);
  35. ^
  36. special.java:94: cannot find symbol
  37. symbol : method removeSpec(int)
  38. location: class client
  39. c.removeSpec(7574);
  40. ^
  41. special.java:95: cannot find symbol
  42. symbol : method removeSpec(int)
  43. location: class client
  44. c.removeSpec(7599);
  45. ^
  46. special.java:96: cannot find symbol
  47. symbol : method removeSpec(int)
  48. location: class client
  49. c.removeSpec(7549);
  50. ^
  51. special.java:97: cannot find symbol
  52. symbol : method removeSpec(int)
  53. location: class client
  54. c.removeSpec(8493);
  55. ^
  56. special.java:98: cannot find symbol
  57. symbol : method removeSpec(int)
  58. location: class client
  59. c.removeSpec(7499);
  60. ^
  61. Note: Some input files use or override a deprecated API.
  62. Note: Recompile with -Xlint:deprecation for details.
  63. 12 errors
  64. Press any key to continue . . .
Add Comment
Please, Sign In to add comment