1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Add CoordinateVertex(Coordinate) as an overload

Discussion in 'Developer Support' started by SlashnHax, Feb 13, 2016.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    By adding the overload:
    Code (Text):
    1. CoordinateVertex(Coordinate c) {
    2.     this(c, Collections.emptyList());
    3. }
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Eh, I'll consider it.
     
    SlashnHax likes this.

Share This Page

Loading...