summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/UCB/DataStreamComposer.java')
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamComposer.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
index 81977ae2c005..dad05c1153e4 100644
--- a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
+++ b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
@@ -92,8 +92,8 @@ public class DataStreamComposer {
/**
* Write the document data stream of a document content.
*
- *@param String Source URL
- *@return boolean Returns true if data stream successfully seted, false otherwise
+ *@param sourceURL Source URL
+ *@return true if data stream successfully seted, false otherwise
*/
public boolean setDataStream( String sourceURL )
throws com.sun.star.ucb.CommandAbortedException,
@@ -200,8 +200,6 @@ public class DataStreamComposer {
/**
* Create a new connection with the specific args to a running office and
* set the Content Data Stream of a UCB Document Content.
- *
- *@param String[] Arguments
*/
public static void main ( String args[] ) {
System.out.println( "\n" );