Skip to content

Commit

Permalink
TEIID-4932 marking the classloader as transient
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 5, 2018
1 parent 4d08948 commit 3f3e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/teiid/metadata/MetadataFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class MetadataFactory extends NamespaceContainer {

private String nameFormat;

private ClassLoader vdbClassLoader;
private transient ClassLoader vdbClassLoader;

public MetadataFactory() {

Expand Down

0 comments on commit 3f3e48f

Please sign in to comment.