Skip to content

Commit

Permalink
Rename Welcome to WelcomeImpl.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 30, 2023
1 parent b8c80c0 commit 80aebb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import org.eclipse.swt.browser.Browser;
import org.eclipse.swt.layout.FillLayout;

class Welcome implements IdeHookInstantiated {
class WelcomeImpl implements IdeHookInstantiated {
IdeHookWelcome data;

Welcome(IdeHookWelcome data) {
WelcomeImpl(IdeHookWelcome data) {
this.data = data;
}

Expand Down

0 comments on commit 80aebb6

Please sign in to comment.