Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Rajput committed Nov 22, 2023
1 parent 8b1b423 commit 113c53d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.techorgx.api.config

import com.techorgx.api.interceptor.SessionChannelInterceptor
import org.apache.logging.log4j.LogManager
import org.apache.logging.log4j.Logger
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.messaging.simp.config.ChannelRegistration
Expand Down
1 change: 0 additions & 1 deletion engine/src/main/kotlin/com/techorgx/api/routing/Router.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.techorgx.api.routing

import com.techorgx.api.interceptor.SessionChannelInterceptor
import com.techorgx.api.service.RedisService
import org.apache.logging.log4j.LogManager
import org.apache.logging.log4j.Logger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.techorgx.api.service

import com.techorgx.api.mapper.PayloadMapper
import io.lettuce.core.api.async.RedisAsyncCommands
import io.lettuce.core.pubsub.StatefulRedisPubSubConnection
import org.springframework.stereotype.Service
Expand Down

0 comments on commit 113c53d

Please sign in to comment.