String fid = (String) last.getUserData().get( "fid" );
last.setID( fid );
ContentEntry entry = featureSource.getEntry();
ContentState state = entry.getState( this.tx );
state.fireFeatureAdded( featureSource, last );
} catch (SQLException e) {
throw (IOException) new IOException().initCause(e);
}
}