Skip to content

Commit

Permalink
Remove alpha v1 from java package name (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng authored and Shu Heng committed Dec 23, 2019
1 parent decb44b commit 5801e58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.gojek.feast.v1alpha1;
package com.gojek.feast;

import feast.serving.ServingAPIProto.FeatureSetRequest;
import feast.serving.ServingAPIProto.GetFeastServingInfoRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.gojek.feast.v1alpha1;
package com.gojek.feast;

import feast.serving.ServingAPIProto.FeatureSetRequest;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.gojek.feast.v1alpha1;
package com.gojek.feast;

import com.google.protobuf.ByteString;
import com.google.protobuf.Timestamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.gojek.feast.v1alpha1;
package com.gojek.feast;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
Expand Down

0 comments on commit 5801e58

Please sign in to comment.