mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-26 05:15:51 +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
|
|
{
|
|
}
|
|
|