浏览代码

SecurityEvaluationContextExtension implements latest EvaluationContextExtension

Fixes gh-6766
Joe Grandja 6 年之前
父节点
当前提交
a6cbc909b6

+ 2 - 2
data/src/main/java/org/springframework/security/data/repository/query/SecurityEvaluationContextExtension.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
  */
 package org.springframework.security.data.repository.query;
 
-import org.springframework.data.repository.query.spi.EvaluationContextExtension;
+import org.springframework.data.spel.spi.EvaluationContextExtension;
 import org.springframework.security.access.expression.SecurityExpressionRoot;
 import org.springframework.security.core.Authentication;
 import org.springframework.security.core.context.SecurityContext;