-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wicket] switch ComponentId Display impl to lowercase (#4358)
The current ComponentId Display impl is uppercase, which is ok for wicket but we'd like to use. Lowercase is a better default, so use that. (But PSC is an acronym so leave it as uppercase.) I checked this by commenting out the `Display` impl (and the `Into<Text>` impl), then inspecting all the places that errored out. I changed all the spots that seemed to fit better with uppercase, and left the ones that would work better with lowercase (typically log messages) untouched. The `Into<Text>` impl seemed unnecessary so I just removed it.
- Loading branch information
1 parent
3780628
commit 1501293
Showing
4 changed files
with
62 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters