Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jun 18, 2013
2 parents c508449 + c977768 commit 724672d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class PDFFullVisualizer extends AbstractVisualizer<Panel> {

@Override
public String getShortName() {
return "pdf_full";
return "pdfdoc";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import net.xeoh.plugins.base.annotations.PluginImplementation;

/**
* Imitates the RST-diagrams from the RST-Tool (http://www.wagsoft.com/RSTTool/)
* Imitates the RST-diagrams from the RST-Tool (http://www.wagsoft.com/RSTTool/)
* for a complete document.
*
*
* @see RST
* @author Benjamin Weißenfels <b.pixeldrama@gmail.com>
*/
Expand All @@ -34,7 +34,7 @@ public class RSTFull extends AbstractVisualizer<RSTPanel>
@Override
public String getShortName()
{
return "rst_full";
return "rstdoc";
}

@Override
Expand Down

0 comments on commit 724672d

Please sign in to comment.