Skip to content

Commit

Permalink
Fix java doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 10, 2014
1 parent 719c942 commit a41be1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jcomicdownloader/tools/RunBrowser.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
*
* @author Anthrax
* 此類負責檢測系統的默認瀏覽器等程序,並負責啟動它們
* @netSite 指定要顯示的網址
* netSite 指定要顯示的網址
*/
public class RunBrowser{
private Desktop desktop;
private URI uri;
private String netSite;
private Cursor hander;

/** Creates a new instance of DesktopRuner */
public RunBrowser() {
this.desktop = Desktop.getDesktop();
Expand All @@ -46,7 +46,7 @@ public boolean checkBroswer() {
return false;
}
}

/**
*run default broswer, and open the page by urlString
*/
Expand Down

0 comments on commit a41be1a

Please sign in to comment.