source: src/main/java/genius/core/tournament/VariablesAndValues/DBSessionVariable.java

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 410 bytes
Line 
1package genius.core.tournament.VariablesAndValues;
2
3/**
4 * @author Mark
5 * Stores the sessionname of the database.
6 */
7public class DBSessionVariable extends TournamentVariable
8{
9 private static final long serialVersionUID = -4335662542882961866L;
10
11 @Override
12 public void addValue(TournamentValue a) throws Exception {
13 }
14
15 public String varToString() {
16 return "Database sessionname";
17 }
18}
Note: See TracBrowser for help on using the repository browser.