Changeset 9d52ef5
- Timestamp:
- Jun 11, 2013 1:21:49 PM (8 years ago)
- Branches:
- master
- Children:
- 933ad52
- Parents:
- 34748d23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/sam/java/src/net/i2p/sam/SAMUtils.java
r34748d23 r9d52ef5 167 167 param = token.substring(0, pos); 168 168 value.append(token.substring(pos+1)); 169 if (value.length() == 0) 170 throw new SAMException("Empty value for param "+param); 169 171 if (value.charAt(0) == '"') { 170 172 while ( (i < ntoks) && (value.lastIndexOf("\"") <= 0) ) {
Note: See TracChangeset
for help on using the changeset viewer.