Skip to content

Commit

Permalink
update Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PangBaiWork committed Feb 19, 2024
1 parent b49d24b commit 17a10ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/src/main/java/com/pangbai/weblog/project/HexoPostCreate.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
package com.pangbai.weblog.project;


import com.pangbai.weblog.view.ArticleCreateFragment;

import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;

public class HexoPostCreate extends PostCreate{
public class HexoPostCreate extends PostCreate {


public HexoPostCreate(ArticleCreateFragment.Type type) {
Expand All @@ -17,7 +13,8 @@ public HexoPostCreate(ArticleCreateFragment.Type type) {


public boolean create() {
if (writer==null)return false;
if (writer == null)
return false;

writeFrontmatter();
writeTitle(title);
Expand Down

0 comments on commit 17a10ff

Please sign in to comment.