Guest User

Untitled

a guest
Apr 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class OneStrategyImpl implements IStrategy {
  2. private static final int BEHAVIOR_VALUE = 1;
  3.  
  4. public int behavior() {
  5. return BEHAVIOR_VALUE;
  6. }
  7. }
Add Comment
Please, Sign In to add comment