From f9429b34bf690500ab8041d6869774ee78d26e11 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 四月 2024 18:16:59 +0800
Subject: [PATCH] 修改lambda错误
---
smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java b/smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java
index b604489..63fc97d 100644
--- a/smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java
+++ b/smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java
@@ -9,7 +9,6 @@
import org.springframework.lang.Nullable;
@ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET)
-/* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/BladeServletContext.class */
public class BladeServletContext implements BladeContext {
private final BladeContextProperties contextProperties;
private final BladeHttpHeadersGetter httpHeadersGetter;
@@ -31,7 +30,7 @@
return get(this.contextProperties.getHeaders().getAccountId());
}
- @Override // org.springblade.core.context.BladeContext
+ @Override
@Nullable
public String getTenantId() {
return get(this.contextProperties.getHeaders().getTenantId());
--
Gitblit v1.9.3