mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-25 21:05:52 +00:00
f911ba985a
From-SVN: r102074
7 lines
91 B
Java
7 lines
91 B
Java
/* Quick and dirty Socket subclass */
|
|
|
|
public class SubSocket extends java.net.Socket
|
|
{
|
|
}
|
|
|