Changes between Version 13 and Version 14 of Java API

Show
Ignore:
Timestamp:
10/29/12 10:37:53 (12 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java API

    v13 v14  
    7979}}} 
    8080In this form the property is read as a string. It first tries to find the instance property by searching for "instanceName:propName" and then for a global property named "propName". All {{{get*Property()}}} methods will throw an {{{IllegalArgumentException}}} if the property does not exist, this can be prevented by first calling {{{hasProperty()}}}. 
    81 If a instance property is specifically required, this can be checked by first calling 
     81If the instance property is specifically required, this can be checked by first calling 
    8282{{{ 
    8383String parameter = null;