Project

General

Profile

« Previous | Next » 

Revision 3ed14411

Added by Patrick Plitzner over 7 years ago

ref #5458 Extract duplicate code

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/DistributionTableView.java
124 124
		try {
125 125
			container = listener.getSQLContainer();
126 126
		} catch (SQLException e) {
127
			Notification.show("Could not acces data base", Type.ERROR_MESSAGE);
127
			Notification.show("Error while accessing data base", Type.ERROR_MESSAGE);
128 128
			e.printStackTrace();
129 129
			return;
130 130
		}

Also available in: Unified diff