Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Duplicate conditional in HttpUtil.java #1765

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 22, 2016

  1. Duplicate conditional in HttpUtil.java

    `(port instanceof Number)` is repeated in the `else if`. Looks like this should be `(port instanceof String)`.
    kilida committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    387c3cb View commit details
    Browse the repository at this point in the history