Changeset d699eaae
- Timestamp:
- Dec 17, 2010 9:50:14 PM (10 years ago)
- Branches:
- master
- Children:
- 7c8e5c6
- Parents:
- 60e57ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2psnark/java/src/org/klomp/snark/bencode/BEValue.java
r60e57ec rd699eaae 158 158 * a Map, otherwise it will throw a InvalidBEncodingException. 159 159 */ 160 public Map< BEValue, BEValue> getMap() throws InvalidBEncodingException160 public Map<String, BEValue> getMap() throws InvalidBEncodingException 161 161 { 162 162 try
Note: See TracChangeset
for help on using the changeset viewer.