/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/ChestBean.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/ChestBean.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1868 by torben, Sun Jun 3 18:05:09 2012 UTC revision 1869 by torben, Tue Nov 6 16:49:06 2012 UTC
# Line 31  public class ChestBean { Line 31  public class ChestBean {
31                    
32          int chestType;          int chestType;
33    
34            String comment = "";
35                    
36    
37                    
# Line 105  public class ChestBean { Line 106  public class ChestBean {
106          public void setModifyPlayers(String modifyPlayers) {          public void setModifyPlayers(String modifyPlayers) {
107                  this.modifyPlayers = modifyPlayers;                  this.modifyPlayers = modifyPlayers;
108          }          }
109    
110            public String getComment() {
111                    return comment;
112            }
113            public void setComment(String comment) {
114                    this.comment = comment;
115            }
116                    
117  }  }

Legend:
Removed from v.1868  
changed lines
  Added in v.1869

  ViewVC Help
Powered by ViewVC 1.1.20