changeset in /hg/icedtea6: Made the long constructor public.

Deepak Bhole dbhole at redhat.com
Fri Oct 24 07:08:23 PDT 2008


changeset b763518484a6 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b763518484a6
description:
	Made the long constructor public.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog                                        |    5 +++++
plugin/icedtea/netscape/javascript/JSObject.java |    2 +-

diffs (24 lines):

diff -r a8f8cb9d58df -r b763518484a6 ChangeLog
--- a/ChangeLog	Fri Oct 24 13:33:32 2008 +0200
+++ b/ChangeLog	Fri Oct 24 10:08:18 2008 -0400
@@ -1,3 +1,8 @@ 2008-10-24  Matthias Klose  <doko at ubuntu
+2008-10-24  Deepak Bhole  <dbhole at redhat.com>
+
+	* plugin/icedtea/netscape/javascript/JSObject.java: Make long constructor
+	public.
+
 2008-10-24  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (clean-pulseaudio): Don't remove source files. Might
diff -r a8f8cb9d58df -r b763518484a6 plugin/icedtea/netscape/javascript/JSObject.java
--- a/plugin/icedtea/netscape/javascript/JSObject.java	Fri Oct 24 13:33:32 2008 +0200
+++ b/plugin/icedtea/netscape/javascript/JSObject.java	Fri Oct 24 10:08:18 2008 -0400
@@ -109,7 +109,7 @@ public final class JSObject {
         internal = jsobj_addr;
     }
 
-    private JSObject(long jsobj_addr) {
+    public JSObject(long jsobj_addr) {
         PluginDebug.debug ("JSObject long CONSTRUCTOR");
         long_internal = jsobj_addr;
     }



More information about the distro-pkg-dev mailing list