Commit adeed3bc authored by yihua.huang's avatar yihua.huang

add extra

parent a0bcfb85
...@@ -19,5 +19,8 @@ public class ConsolePipeline implements Pipeline{ ...@@ -19,5 +19,8 @@ public class ConsolePipeline implements Pipeline{
for (Map.Entry<String, Selectable> entry : page.getFields().entrySet()) { for (Map.Entry<String, Selectable> entry : page.getFields().entrySet()) {
System.out.println(entry.getKey()+":\t"+entry.getValue().toStrings()); System.out.println(entry.getKey()+":\t"+entry.getValue().toStrings());
} }
if (page.getExtra()!=null){
System.out.println(page.getExtra());
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment