Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
exposing one more property
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 9, 2010
1 parent fc12468 commit 98c11b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xstream/src/java/com/thoughtworks/xstream/XStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,10 @@ public ConverterRegistry getConverterRegistry() {
return converterRegistry;
}

public JVM getJvm() {
return jvm;
}

/**
* Change mode for dealing with duplicate references. Valid values are
* <code>XPATH_ABSOLUTE_REFERENCES</code>, <code>XPATH_RELATIVE_REFERENCES</code>,
Expand Down

0 comments on commit 98c11b0

Please sign in to comment.