Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-06-01 08:56:54 +0000
committerEike Stepper2013-06-01 08:56:54 +0000
commit67c1895dd90d8fe8fcb935b8f27c7d290911e641 (patch)
tree53f6ddf6da9462c86ec6d66b60d31c1fa8d89b7c /plugins/org.eclipse.emf.cdo.releng.help
parent4e4ece8dd69c5eb3b5597d2fe53811d178ebbf0f (diff)
downloadcdo-67c1895dd90d8fe8fcb935b8f27c7d290911e641.tar.gz
cdo-67c1895dd90d8fe8fcb935b8f27c7d290911e641.tar.xz
cdo-67c1895dd90d8fe8fcb935b8f27c7d290911e641.zip
Reformat source code
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
index 9d939f05ee..3cba4a8666 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
+++ b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
@@ -63,14 +63,14 @@ public class Articles
public class Java
{
}
-
+
/**
* Embedding XML Code
*/
public class XML
{
}
-
+
/**
* Embedding Excel Tables
*/

Back to the top