Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 24, 2024
1 parent e3591ca commit 6b49bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/htmlunit/BrowserVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public String getVendor() {

/**
* Returns the browser locale.
* Default value is {@link #LANGUAGE_ENGLISH_US} if not explicitly configured.
* Default value is ENGLISH_US if not explicitly configured.
* @return the system locale
*/
public Locale getBrowserLocale() {
Expand All @@ -594,7 +594,7 @@ public Locale getBrowserLocale() {

/**
* Returns the browser application language, for example "en-us".
* Default value is {@link #LANGUAGE_ENGLISH_US} if not explicitly configured.
* Default value is ENGLISH_US if not explicitly configured.
* @return the browser application language
* @see <a href="http://msdn.microsoft.com/en-us/library/ms533542.aspx">MSDN documentation</a>
*/
Expand All @@ -614,7 +614,7 @@ public boolean isOnLine() {

/**
* Returns the platform on which the application is running, for example "Win32".
* Default value is {@link #PLATFORM_WIN32} if not explicitly configured.
* Default value is 'Win32' if not explicitly configured.
* @return the platform on which the application is running
* @see <a href="http://msdn.microsoft.com/en-us/library/ms534340.aspx">MSDN documentation</a>
*/
Expand Down

0 comments on commit 6b49bc8

Please sign in to comment.