~s-friedemann/tomdroid/sshfs

« back to all changes in this revision

Viewing changes to src/org/tomdroid/sync/web/WebConnection.java

  • Committer: Guilherme Salgado
  • Date: 2010-08-31 21:44:24 UTC
  • mfrom: (185.1.51 sync-ui)
  • mto: (185.1.54 sync-ui)
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: salgado@canonical.com-20100831214424-06b64zz707lwpmcl
mergeĀ lp:~tomdroid-developers/sync-ui

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Tomdroid
 
3
 * Tomboy on Android
 
4
 * http://www.launchpad.net/tomdroid
 
5
 * 
 
6
 * Copyright 2009, Benoit Garret <benoit.garret_launchpad@gadz.org>
 
7
 * 
 
8
 * This file is part of Tomdroid.
 
9
 * 
 
10
 * Tomdroid is free software: you can redistribute it and/or modify
 
11
 * it under the terms of the GNU General Public License as published by
 
12
 * the Free Software Foundation, either version 3 of the License, or
 
13
 * (at your option) any later version.
 
14
 * 
 
15
 * Tomdroid is distributed in the hope that it will be useful,
 
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
 * GNU General Public License for more details.
 
19
 * 
 
20
 * You should have received a copy of the GNU General Public License
 
21
 * along with Tomdroid.  If not, see <http://www.gnu.org/licenses/>.
 
22
 */
1
23
package org.tomdroid.sync.web;
2
24
 
3
25
import java.io.BufferedReader;