You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Alex Newman (JIRA)" <ji...@apache.org> on 2014/03/10 22:28:52 UTC

[jira] [Created] (HBASE-10715) TimeRange has a poorly formatted error message

Alex Newman created HBASE-10715:
-----------------------------------

             Summary: TimeRange has a poorly formatted error message
                 Key: HBASE-10715
                 URL: https://issues.apache.org/jira/browse/HBASE-10715
             Project: HBase
          Issue Type: Bug
            Reporter: Alex Newman
            Assignee: Alex Newman
            Priority: Minor


In TimeRange.java if a user specifies an invalid range the error message 
      throw new IllegalArgumentException("Timestamp cannot be negative. minStamp:" + minStamp
        + ", maxStamp" + maxStamp);
is thrown. 

Notice a missing colon after maxStamp



--
This message was sent by Atlassian JIRA
(v6.2#6252)