Ignore:
Timestamp:
08/24/11 14:54:41 (14 years ago)
Author:
mcichenski
Message:

fixed model name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GanntChart.java

    r22 r23  
    164164        } 
    165165         
    166         private void closeConnection(Connection connection, ResourceChartModel model) { 
     166        private void closeConnection(Connection connection, GanntChartModel model) { 
    167167                String error = model.getError(); 
    168168                 
     
    183183        } 
    184184 
    185         private void setSqlError(String name, ResourceChartModel model, Exception e) { 
     185        private void setSqlError(String name, GanntChartModel model, Exception e) { 
    186186                setError(name + ": an SQL exception occured while trying retrieve data from database", model, e); 
    187187        } 
    188188         
    189         private void setDbConnectionError(ResourceChartModel model, Exception e) { 
     189        private void setDbConnectionError(GanntChartModel model, Exception e) { 
    190190                setError("An exception occured while trying to create MySQLDAOFactory", model, e); 
    191191        } 
    192192         
    193         private void setError(String messageForUser, ResourceChartModel model, Exception e) { 
     193        private void setError(String messageForUser, GanntChartModel model, Exception e) { 
    194194                 
    195195                String error = messageForUser; 
Note: See TracChangeset for help on using the changeset viewer.