Skip to content

Commit

Permalink
remove unused annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Spector committed Jun 18, 2024
1 parent 4c64178 commit cef190d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/faforever/client/chat/ChatNavigation.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.faforever.client.chat;

import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import org.jetbrains.annotations.Nullable;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
Expand All @@ -10,10 +8,8 @@

@Component
@Lazy
@Slf4j
public class ChatNavigation { // TODO: Not a very good name of class

@Getter
private final LinkedHashSet<ChatTab> currentTabs = new LinkedHashSet<>();

public boolean addTabIfMissing(String tabId) {
Expand Down

0 comments on commit cef190d

Please sign in to comment.