THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift
Library classes and tests have been moved to the proper package and directory structure, and references to com.facebook.thrift where replaced with org.apache.thrift throughout the code. The fb303 contrib project still contains com.facebook packages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734855 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/contrib/fb303/java/FacebookBase.java b/contrib/fb303/java/FacebookBase.java
index c9fe43b..50c38ae 100644
--- a/contrib/fb303/java/FacebookBase.java
+++ b/contrib/fb303/java/FacebookBase.java
@@ -83,8 +83,8 @@
return "";
}
- public com.facebook.thrift.reflection.limited.Service getLimitedReflection() {
- return new com.facebook.thrift.reflection.limited.Service();
+ public org.apache.thrift.reflection.limited.Service getLimitedReflection() {
+ return new org.apache.thrift.reflection.limited.Service();
}
public void reinitialize() {}