Skip to content

Commit

Permalink
TEIIDDES-1411: Using CASE statements within transformations cause an NPE
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/tdesigner/branches/7.4.x@2660 ceac5f5e-c25f-0410-8b95-ec8c2776e4a6
  • Loading branch information
johnathonlee committed Jul 3, 2012
1 parent 858e6e5 commit 47dd93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public FunctionLibrary getSystemFunctionLibrary() {

public synchronized FunctionLibrary getFunctionLibrary() {
//System.out.println("UdfManger.getFunctionLibrary()");
if( !changed ) {
if( !changed && this.cachedFunctionLibrary != null) {
return this.cachedFunctionLibrary;
}
// Dynamically return a function library for each call rather than cache it here.
Expand Down

0 comments on commit 47dd93c

Please sign in to comment.