Skip to content

Commit

Permalink
Renamed the "WWW" base component to "Web".
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Oct 30, 2015
1 parent ce2992e commit 41f8199
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,9 +27,9 @@

@Authors("Nikolche Mihajlovski")
@Since("4.4.0")
public abstract class WWW extends GUI {
public abstract class Web extends GUI {

public WWW() {
public Web() {
Wire.manage(this);
Rapidoid.notifyGuiInit();
}
Expand Down

0 comments on commit 41f8199

Please sign in to comment.