• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test1;
2 
3 public class FieldMod {
4     @SuppressWarnings("unused")
5     private String text;
6     public int i;
7 }
8