Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public class SubSolution extends Solution {
  2. protected SubSolution(int i) {
  3. super(i);
  4. }
  5.  
  6. public SubSolution(Integer in) {
  7. super(in);
  8. }
  9.  
  10. SubSolution(Short sh) {
  11. super(sh);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement