* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.
From-SVN: r42405
This commit is contained in:
parent
50a0b056d2
commit
8ffd89ad1b
@ -1,3 +1,7 @@
|
||||
2001-05-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.
|
||||
|
||||
2001-05-18 Andrew Haley <aph@cambridge.redhat.com>
|
||||
|
||||
* include/dwarf2-signal.h: New file.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999 Free Software Foundation
|
||||
/* Copyright (C) 1999, 2001 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
@ -14,7 +14,7 @@ import java.io.*;
|
||||
import java.util.StringTokenizer;
|
||||
import java.net.URL;
|
||||
|
||||
final class VMClassLoader extends java.net.URLClassLoader
|
||||
public final class VMClassLoader extends java.net.URLClassLoader
|
||||
{
|
||||
private VMClassLoader ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user