3 changed files with 0 additions and 21 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
description = "Umbrella : Search" |
||||
|
||||
dependencies{ |
||||
implementation(project(":core")) |
||||
} |
||||
|
||||
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
/* © SRSoftware 2025 */ |
||||
package de.srsoftware.umbrella.search; |
||||
|
||||
import static de.srsoftware.umbrella.core.exceptions.UmbrellaException.*; |
||||
|
||||
import de.srsoftware.umbrella.core.BaseHandler; |
||||
import de.srsoftware.umbrella.core.ModuleRegistry; |
||||
|
||||
public class SearchModule extends BaseHandler { |
||||
|
||||
public SearchModule(ModuleRegistry registry) { |
||||
super(registry); |
||||
} |
||||
} |
||||
Loading…
Reference in new issue