generated analysis server java client code package rename
This changes the generated package name to better reflect our new home from com.google.dart.server.generated.types to org.dartlang.analysis.server.protocol BUG= R=paulberry@google.com Review URL: https://codereview.chromium.org//1164683003
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package com.google.dart.server.generated;
|
||||
|
||||
import com.google.dart.server.*;
|
||||
import com.google.dart.server.generated.types.*;
|
||||
import org.dartlang.analysis.server.protocol.*;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
Reference in New Issue
Block a user