Skip to content

Commit

Permalink
Upgrades teiid client code to 8.6.Final
Browse files Browse the repository at this point in the history
* Upgrades teiid forked code in line with teiid 8.6.Final, including
  changes to internal API.
  • Loading branch information
Paul Richardson committed Jan 13, 2014
1 parent 9e21245 commit cd21b86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ public interface IFunctionDescriptor {
*/
String getName();

/**
* Get metadata id
*
* @return id
*/
Object getMetadataID();

/**
* Get return type
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ private static void getEObjectAliases( EObject transMappingRoot,
TransformationPlugin.Util.log(IStatus.WARNING, e, message);
}
}
} else if (fd.getMetadataID() instanceof EObject) {
allAliases.add(new EObjectAlias((EObject) fd.getMetadataID(), fd.getName()));
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/teiid/org.teiid.8.4.x
Submodule org.teiid.8.4.x updated 608 files

0 comments on commit cd21b86

Please sign in to comment.