Closed
Bug 1932029
Opened 3 months ago
Closed 3 months ago
Fix some WrongCommentType linter warnings
Categories
(GeckoView :: General, task)
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:104 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:122 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:134 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:146 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:195 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoScreenOrientation.java:249 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/GeckoBundle.java:424 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
TEST-UNEXPECTED-WARNING | mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java:1375 | This block comment looks like it was intended to be a javadoc comment (WrongCommentType)
Assignee | ||
Comment 1•3 months ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8e134c19eaf2
Fix some WrongCommentType linter warnings. r=geckoview-reviewers,pollymce DONTBUILD
Comment 3•3 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•