Genservice with latest code. It looks like this causes a number of deltas:

* Removes Client import
* Moves java.util imports from the end of the list to the beginning
* Removes an extra blank line if there were no imports.

Also set eol-style to native

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6680 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2011-07-06 22:12:24 +00:00
parent 06d2b7d832
commit c707a6a7a6
17 changed files with 2 additions and 17 deletions
@@ -21,12 +21,12 @@
package com.threerings.presents.server;
import java.util.List;
import javax.annotation.Generated;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TestService;
import com.threerings.presents.data.ClientObject;
import java.util.List;
/**
* Defines the server-side of the {@link TestService}.