app/src/main/java/com/google/reviewit/widget/PostReviewView.java [113:119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } catch (RestApiException e) {
                  if (e instanceof HttpStatusException) {
                    HttpStatusException se = (HttpStatusException) e;
                    return origin.getString(R.string.review_error,
                        se.getStatusCode(), se.getStatusText());
                  } else {
                    return e.getMessage();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/main/java/com/google/reviewit/widget/PostReviewView.java [153:159]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } catch (RestApiException e) {
                  if (e instanceof HttpStatusException) {
                    HttpStatusException se = (HttpStatusException) e;
                    return origin.getString(R.string.review_error,
                        se.getStatusCode(), se.getStatusText());
                  } else {
                    return e.getMessage();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



