FAForever/faf-java-api

Add toString() methods for regularly logged entities

Closed this issue · 7 comments

  • User -> print id and username
  • Game -> print id and title

I would like to contribute :)

Well then go for it!

Hi @Brutus5000, Could you please assign this issue to me?
So, I can get started with toString() methods for the requested classes.

@Brutus5000 Just wanted to confirm if I need to override toString() methods for com.faforever.api.data.domain.User and com.faforever.api.data.domain.Game only.

Correct. Also check out to use Lombok's @tostring

Sure and thanks for the clarification.

@Brutus5000 I've created a pull request for this issue. Kindly review it once you get time.