Revision 33717 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/postgresql/PostgreSQLServerExplorer.java

View differences:

PostgreSQLServerExplorer.java
82 82
		return PostgreSQLStoreProvider.NAME;
83 83
	}
84 84

  
85
	public String getName() {
85
	public String getProviderName() {
86 86
		return NAME;
87 87
	}
88 88

  
......
176 176
		try {
177 177
			this.helper.doConnectionAction(action);
178 178
		} catch (Exception e) {
179
			throw new RemoveException(this.getName(), e);
179
			throw new RemoveException(this.getProviderName(), e);
180 180
		}
181 181
	}
182 182

  

Also available in: Unified diff