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,7 +21,6 @@
package com.threerings.bureau.client { package com.threerings.bureau.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
/** /**
@@ -22,7 +22,6 @@
package com.threerings.bureau.data { package com.threerings.bureau.data {
import com.threerings.bureau.client.BureauService; import com.threerings.bureau.client.BureauService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.Integer; import com.threerings.util.Integer;
@@ -22,7 +22,6 @@
package com.threerings.crowd.chat.client { package com.threerings.crowd.chat.client {
import com.threerings.crowd.chat.data.ChatChannel; import com.threerings.crowd.chat.data.ChatChannel;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
/** /**
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client { package com.threerings.crowd.chat.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.client.InvocationService_InvocationListener;
import com.threerings.util.Name; import com.threerings.util.Name;
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client { package com.threerings.crowd.chat.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
/** /**
@@ -22,7 +22,6 @@
package com.threerings.crowd.chat.data { package com.threerings.crowd.chat.data {
import com.threerings.crowd.chat.client.ChannelSpeakService; import com.threerings.crowd.chat.client.ChannelSpeakService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.Byte; import com.threerings.util.Byte;
@@ -23,7 +23,6 @@ package com.threerings.crowd.chat.data {
import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService;
import com.threerings.crowd.chat.client.ChatService_TellListener; import com.threerings.crowd.chat.client.ChatService_TellListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.client.InvocationService_InvocationListener;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller; import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
@@ -22,7 +22,6 @@
package com.threerings.crowd.chat.data { package com.threerings.crowd.chat.data {
import com.threerings.crowd.chat.client.SpeakService; import com.threerings.crowd.chat.client.SpeakService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.Byte; import com.threerings.util.Byte;
@@ -21,7 +21,6 @@
package com.threerings.crowd.client { package com.threerings.crowd.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
/** /**
@@ -21,7 +21,6 @@
package com.threerings.crowd.client { package com.threerings.crowd.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
/** /**
@@ -22,7 +22,6 @@
package com.threerings.crowd.data { package com.threerings.crowd.data {
import com.threerings.crowd.client.BodyService; import com.threerings.crowd.client.BodyService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.langBoolean; import com.threerings.util.langBoolean;
@@ -23,7 +23,6 @@ package com.threerings.crowd.data {
import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService;
import com.threerings.crowd.client.LocationService_MoveListener; import com.threerings.crowd.client.LocationService_MoveListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.Integer; import com.threerings.util.Integer;
@@ -21,7 +21,6 @@
package com.threerings.presents.client { package com.threerings.presents.client {
/** /**
* An ActionScript version of the Java TimeBaseService interface. * An ActionScript version of the Java TimeBaseService interface.
*/ */
@@ -21,7 +21,6 @@
package com.threerings.presents.client { package com.threerings.presents.client {
/** /**
* An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface. * An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface.
*/ */
@@ -21,7 +21,6 @@
package com.threerings.presents.data { package com.threerings.presents.data {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.TimeBaseService; import com.threerings.presents.client.TimeBaseService;
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener; import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
@@ -21,11 +21,11 @@
package com.threerings.presents.data; package com.threerings.presents.data;
import java.util.List;
import javax.annotation.Generated; import javax.annotation.Generated;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TestService; import com.threerings.presents.client.TestService;
import java.util.List;
/** /**
* Provides the implementation of the {@link TestService} interface * Provides the implementation of the {@link TestService} interface
@@ -21,12 +21,12 @@
package com.threerings.presents.server; package com.threerings.presents.server;
import java.util.List;
import javax.annotation.Generated; import javax.annotation.Generated;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TestService; import com.threerings.presents.client.TestService;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import java.util.List;
/** /**
* Defines the server-side of the {@link TestService}. * Defines the server-side of the {@link TestService}.