xds: change package name for CEL lib (#7235)

This commit is contained in:
ZhenLian 2020-07-17 19:46:51 -07:00 committed by GitHub
parent 9f56b8cea2
commit e7cd2299c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import com.google.common.collect.ImmutableMap;
import java.util.Map;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import java.lang.String;
import java.util.List;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import com.google.api.expr.v1alpha1.Expr;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import com.google.protobuf.Descriptors.Descriptor;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import java.util.List;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
/**
* Represent an expression which can be interpreted repeatedly using a given activation.

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import com.google.api.expr.v1alpha1.Expr;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import java.lang.Exception;
import javax.annotation.Nullable;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import java.lang.String;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
/**
* The {@code RuntimeTypeProvider} is a combination of the MessageProvider

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.grpc.xds.internal.cel;
package io.grpc.xds.internal.rbac.engine.cel;
import static com.google.common.truth.Truth.assertThat;