Skip to content

Commit a6cbc90

Browse files
committed
SecurityEvaluationContextExtension implements latest EvaluationContextExtension
Fixes gh-6766
1 parent f977a25 commit a6cbc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*/
1616
package org.springframework.security.data.repository.query;
1717

18-
import org.springframework.data.repository.query.spi.EvaluationContextExtension;
18+
import org.springframework.data.spel.spi.EvaluationContextExtension;
1919
import org.springframework.security.access.expression.SecurityExpressionRoot;
2020
import org.springframework.security.core.Authentication;
2121
import org.springframework.security.core.context.SecurityContext;

0 commit comments

Comments
 (0)