You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ServerTestClass.java 199B

12345678910
  1. package com.uqac.rthoni.com.java_rmi.server;
  2. import com.uqac.rthoni.java_rmi.common.CommonTestClass;
  3. /**
  4. * Created by robin on 9/15/16.
  5. */
  6. public class ServerTestClass {
  7. CommonTestClass t;
  8. }