Remove obsolete comment about static method in TweaksModule
The removed comment questioned making a method non-static, which is already resolved or irrelevant. This cleanup improves code readability and eliminates confusion.
This commit is contained in:
parent
c096674a15
commit
cbe9f77cca
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ public abstract class TweaksModule {
|
|||
DebugLogger.fine("Initialized %s in %d µs", name, (end - start) / 1000);
|
||||
}
|
||||
|
||||
// TODO not static maybe?
|
||||
protected TweaksPlugin getPlugin() {
|
||||
return TweaksPlugin.getInstance();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue