From fb000ab0c400b27d10c431133e68f98895717c52 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 四月 2024 13:24:33 +0800
Subject: [PATCH] 修改泛型问题之前提交

---
 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