android/src/main/java/com/facebook/spectrum/requirements/CropRequirement.java [112:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Preconditions.checkArgument(left < right);
      Preconditions.checkArgument(top < bottom);

      this.left = left;
      this.top = top;
      this.right = right;
      this.bottom = bottom;
    }

    @Override
    public String toString() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



android/src/main/java/com/facebook/spectrum/requirements/CropRequirement.java [179:189]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Preconditions.checkArgument(left < right);
      Preconditions.checkArgument(top < bottom);

      this.left = left;
      this.top = top;
      this.right = right;
      this.bottom = bottom;
    }

    @Override
    public String toString() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



