Author: guixl
Date: Wed Jun 9 15:12:51 2010
New Revision: 953038
URL: http://svn.apache.org/viewvc?rev=953038&view=rev
Log:
remove unnecessary @author tag and unnecessary source code
Removed:
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ExportProgressMonitor.java
Modified:
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ModelingDocumentExportWizard.java
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlDocumentExportMenu.java
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlExportStreamHandlerAction.java
Modified:
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ModelingDocumentExportWizard.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ModelingDocumentExportWizard.java?rev=953038&r1=953037&r2=953038&view=diff
==============================================================================
---
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ModelingDocumentExportWizard.java
(original)
+++
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ModelingDocumentExportWizard.java
Wed Jun 9 15:12:51 2010
@@ -49,8 +49,7 @@ import org.eclipse.ui.dialogs.WizardNewF
/**
* Scxml document export wizard
- *
- * @author Gui Xun Long ([email protected])
+ *
*/
public class ModelingDocumentExportWizard extends Wizard {
@@ -227,21 +226,6 @@ public class ModelingDocumentExportWizar
} catch (CoreException e) {
e.printStackTrace();
}
-
- /*//
¿ªÊ¼´¦Àí½ø¶È£¬Èç¹ûindeterminateΪfalse,Õû¸ö½ø¶ÈΪTOTAL_TIME = 10000
- // ·ñÔò£¬½ø¶ÈÌõΪ×Ô¶¯Ôö¼ÓµÄ
- for (int total = 0; total < TOTAL_TIME &&
!monitor.isCanceled(); total += INCREMENT) {
- Thread.sleep(INCREMENT);
- monitor.worked(INCREMENT);
- // µ½´ïÒ»°ëµÄʱ¼äÏÔʾÏàÓ¦µÄÐÅÏ¢
- if (total == TOTAL_TIME / 2)
- monitor.subTask("Doing second half");
- }
- // Íê³ÉÈÎÎñ
- monitor.done();
- if (monitor.isCanceled())
- throw new InterruptedException(
- "The long running operation was
cancelled");*/
}
}
Modified:
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlDocumentExportMenu.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlDocumentExportMenu.java?rev=953038&r1=953037&r2=953038&view=diff
==============================================================================
---
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlDocumentExportMenu.java
(original)
+++
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlDocumentExportMenu.java
Wed Jun 9 15:12:51 2010
@@ -40,7 +40,6 @@ import org.eclipse.ui.IWorkbenchPart;
/**
* Scxml document export wizard
- * @author Gui Xun Long ([email protected])
*/
public class ScxmlDocumentExportMenu implements IObjectActionDelegate{
/**
Modified:
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlExportStreamHandlerAction.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlExportStreamHandlerAction.java?rev=953038&r1=953037&r2=953038&view=diff
==============================================================================
---
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlExportStreamHandlerAction.java
(original)
+++
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/export/ScxmlExportStreamHandlerAction.java
Wed Jun 9 15:12:51 2010
@@ -47,7 +47,6 @@ import org.xml.sax.SAXException;
/**
* Scxml document export wizard
*
- * @author Gui Xun Long ([email protected])
*/
public class ScxmlExportStreamHandlerAction {
private InputStream input;