Skip to content

Commit

Permalink
chore: drop 222: Inline CidrOwnModuleDetectorWrapper (#6732)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Sep 5, 2024
1 parent 4f26e5a commit e4383d0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 115 deletions.
4 changes: 2 additions & 2 deletions cpp/src/com/google/idea/blaze/cpp/BlazeOwnModuleDetector.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.google.idea.blaze.cpp;

import com.google.idea.sdkcompat.cpp.CidrOwnModuleDetectorWrapper;
import com.intellij.openapi.module.Module;
import com.jetbrains.cidr.project.workspace.CidrOwnModuleDetector;
import org.jetbrains.annotations.NotNull;

import static com.google.idea.blaze.base.settings.Blaze.isBlazeProject;

public class BlazeOwnModuleDetector implements CidrOwnModuleDetectorWrapper {
public class BlazeOwnModuleDetector implements CidrOwnModuleDetector {
@Override
public boolean isOwnModule(@NotNull Module module) {
return isBlazeProject(module.getProject());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e4383d0

Please sign in to comment.