- Timestamp:
- 08/14/12 10:44:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/ExperimentComparisonChart.java
r15 r393 94 94 */ 95 95 @BlazeDsDestination(portletEntry = false, locales = {"en_US","pl_PL"}, names = {"GSSim Studio","GSSim Studio"}, descriptions = {"Application for GSSim job description","Aplikacja do generowania zadaᅵ dla symulatora GSSim"}) 96 public class ExperimentComparisonChart { 97 98 /** 99 * The location of database source 100 */ 101 private String dbAddress = "seagrass.man.poznan.pl:3306/gssim_results"; 102 /** 103 * Username to access database 104 */ 105 private String dbUser = "gssim"; 106 /** 107 * Password to database [is it safe?] 108 */ 109 private String dbPassword = "Ua7Ahs9r"; 96 public class ExperimentComparisonChart extends DatabaseHelper { 110 97 111 98 private Boolean developement = true;
Note: See TracChangeset
for help on using the changeset viewer.