File tree Expand file tree Collapse file tree
app/src/main/java/org/gnucash/android/export/qif Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 * @author Yongxin Wang <fefe.wyx@gmail.com>
5656 */
5757public class QifExporter extends Exporter {
58- private static final String TAG = "QifExporter" ;
5958
6059 /**
6160 * Initialize the exporter
@@ -261,7 +260,7 @@ private List<String> zipQifs(List<String> exportedFiles) throws IOException {
261260 * @return a list of paths of the newly created Qif files.
262261 * @throws IOException if something went wrong while splitting the file.
263262 */
264- public List <String > splitQIF (File file ) throws IOException {
263+ private List <String > splitQIF (File file ) throws IOException {
265264 // split only at the last dot
266265 String [] pathParts = file .getPath ().split ("(?=\\ .[^\\ .]+$)" );
267266 ArrayList <String > splitFiles = new ArrayList <>();
You can’t perform that action at this time.
0 commit comments