Skip to content

Commit

Permalink
Merge pull request #281 from phantomjinx/master
Browse files Browse the repository at this point in the history
Upgrades teiid client code to 8.6.Final
  • Loading branch information
blafond committed Jan 14, 2014
2 parents 679bf85 + cd21b86 commit 51b32fb
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 51b32fb

Please sign in to comment.