Revision 11005 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/DefaultDBDriver.java

View differences:

DefaultDBDriver.java
717 717
     * @return Returns the lyrDef.
718 718
     */
719 719
    public DBLayerDefinition getLyrDef() {
720
    	if (this.conn != null){
721
    		if (lyrDef.getConnection() != this.conn){
722
    			lyrDef.setConnection(this.conn);
723
    		}
724
    	}
720 725
        return lyrDef;
721 726
    }
722 727

  

Also available in: Unified diff