/[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 3206 by torben, Tue Dec 18 10:33:47 2012 UTC revision 3207 by torben, Sat Aug 19 14:06:42 2017 UTC
# Line 1  Line 1 
1  package dk.thoerup.bukkit.hoeruputils.chests;  package dk.thoerup.bukkit.hoeruputils.chests;
2    /*
3    
4  import javax.persistence.Entity;  import javax.persistence.Entity;
5  import javax.persistence.GeneratedValue;  import javax.persistence.GeneratedValue;
# Line 120  public class ChestBean { Line 120  public class ChestBean {
120    
121          /*public void setModifyPlayersSet(Set<String> modifyPlayersSet) {          /*public void setModifyPlayersSet(Set<String> modifyPlayersSet) {
122                  this.modifyPlayersSet = modifyPlayersSet;                  this.modifyPlayersSet = modifyPlayersSet;
123          }*/          }* /
124    
125          public String getComment() {          public String getComment() {
126                  return comment;                  return comment;
# Line 137  public class ChestBean { Line 137  public class ChestBean {
137          }          }
138                    
139  }  }
140    */

Legend:
Removed from v.3206  
changed lines
  Added in v.3207

  ViewVC Help
Powered by ViewVC 1.1.20