Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Typo in toString method #479

Closed
Closed
@ralfhergert

Description

@ralfhergert

Calling toString on the RestConfig will return something like this http://localhosthost:8000.
The literal host should be removed from the referenced line.

return String.format("%s://%shost:%d", getScheme(), getHost(), getPort());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions