Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. class pseudo {
  2.  
  3. /**
  4. * test
  5. */
  6. public foo() {
  7. test1();
  8. }
  9.  
  10. /**
  11. * test1
  12. */
  13. public foo1() {
  14. test1();
  15. }
  16.  
  17. /**
  18. * test2
  19. */
  20. public foo2() {
  21. test1();
  22. }
  23.  
  24. /**
  25. * testX
  26. */
  27. public fooX() {
  28. test1();
  29. }
  30. }
  31.  
  32. class pseudo {
  33.  
  34. /**
  35. * test
  36. */
  37. public foo() {
  38. test1();
  39. }
  40.  
  41. /**
  42. * test1
  43. */
  44. public foo1() {
  45. test1();
  46. }
  47.  
  48. /**
  49. * testX
  50. */
  51. public fooX() {
  52. test1();
  53. }
  54. }
  55.  
  56. -13,xy - +13,xy
  57. public foo1() {
  58. test1();
  59. }
  60.  
  61. /**
  62. - * test2
  63. - */
  64. - public foo2() {
  65. - test1();
  66. - }
  67. -
  68. - /**
  69. * testX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement