Changeset 393 for gssim_ui/branches


Ignore:
Timestamp:
08/14/12 10:44:22 (13 years ago)
Author:
mcichenski
Message:

fixed comparison

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  
    9494 */ 
    9595@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"; 
     96public class ExperimentComparisonChart extends DatabaseHelper { 
    11097         
    11198        private Boolean developement = true; 
Note: See TracChangeset for help on using the changeset viewer.