| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-03-31 22:22:54 GMT-0700 |
| Commit | 073fe4f5a8d4ee7471b39105daecc7cbe236d72f |
| Parent | f9c1a48 |
| private String getProperty( final Key key ) { | ||
| - return mWorkspace.stringProperty( key ).toString(); | ||
| + return mWorkspace.stringProperty( key ).get(); | ||
| } | ||
| Delta | 1 line added, 1 line removed |
|---|