Mercurial > jhg
comparison src/org/tmatesoft/hg/repo/HgRemoteRepository.java @ 357:dfb8405d996f
Clean debug stacktraces
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 06 Dec 2011 19:47:01 +0100 |
| parents | 981f9f50bb6c |
| children | 994b5813a925 |
comparison
equal
deleted
inserted
replaced
| 356:91d75e1bac9f | 357:dfb8405d996f |
|---|---|
| 108 Preferences tempNode = Preferences.userRoot().node("xxx"); | 108 Preferences tempNode = Preferences.userRoot().node("xxx"); |
| 109 tempNode.putByteArray("xxx", url.getUserInfo().getBytes()); | 109 tempNode.putByteArray("xxx", url.getUserInfo().getBytes()); |
| 110 ai = tempNode.get("xxx", null); | 110 ai = tempNode.get("xxx", null); |
| 111 tempNode.removeNode(); | 111 tempNode.removeNode(); |
| 112 } catch (BackingStoreException ex) { | 112 } catch (BackingStoreException ex) { |
| 113 ex.printStackTrace(); | 113 sessionContext.getLog().info(getClass(), ex, null); |
| 114 // IGNORE | 114 // IGNORE |
| 115 } | 115 } |
| 116 authInfo = ai; | 116 authInfo = ai; |
| 117 } else { | 117 } else { |
| 118 authInfo = null; | 118 authInfo = null; |
