[pypy-svn] pypy default: this class needs to be public

antocuni commits-noreply at bitbucket.org
Mon Apr 11 17:37:36 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43300:58e4bb9eb0ed
Date: 2011-04-11 15:51 +0200
http://bitbucket.org/pypy/pypy/changeset/58e4bb9eb0ed/

Log:	this class needs to be public

diff --git a/pypy/translator/jvm/src/pypy/StatResult.java b/pypy/translator/jvm/src/pypy/StatResult.java
--- a/pypy/translator/jvm/src/pypy/StatResult.java
+++ b/pypy/translator/jvm/src/pypy/StatResult.java
@@ -8,7 +8,7 @@
  *
  * <p>The actual stat() function is defined in PyPy.java.
  */
-class StatResult {
+public class StatResult {
     public int item0, item3, item4, item5;
     public long item1, item2, item6;
     public double item7, item8, item9;


More information about the Pypy-commit mailing list