Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/EncodingHelper.java @ 321:ac38e75c9e8e
Clean unused imports
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 30 Sep 2011 07:59:22 +0200 |
| parents | 678e326fd27c |
| children | 63c5a9d7ca3f |
comparison
equal
deleted
inserted
replaced
| 320:678e326fd27c | 321:ac38e75c9e8e |
|---|---|
| 15 * contact TMate Software at support@hg4j.com | 15 * contact TMate Software at support@hg4j.com |
| 16 */ | 16 */ |
| 17 package org.tmatesoft.hg.internal; | 17 package org.tmatesoft.hg.internal; |
| 18 | 18 |
| 19 import java.io.UnsupportedEncodingException; | 19 import java.io.UnsupportedEncodingException; |
| 20 import java.nio.charset.Charset; | |
| 21 | 20 |
| 22 import org.tmatesoft.hg.core.HgBadStateException; | 21 import org.tmatesoft.hg.core.HgBadStateException; |
| 23 | 22 |
| 24 /** | 23 /** |
| 25 * Keep all encoding-related issues in the single place | 24 * Keep all encoding-related issues in the single place |
