Skip to content

Commit ab6ba11

Browse files
Add missing JavaDoc.
Signed-off-by: Alex Brown <brownal7@uk.ibm.com>
1 parent c6e88fc commit ab6ba11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/ibm/cics/bundle/parts/AbstractLibertyApplicationBundlePart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public abstract class AbstractLibertyApplicationBundlePart extends AbstractJavaB
3838
private final File libertyAppConfigFile;
3939

4040
/**
41-
* @param name
41+
* @param name The name of the bundle part.
4242
* @param type The type of the bundle part.
4343
* @param symbolicName The symbolic name of the bundle part.
4444
* @param jvmServer The JVM server the bundle part is deployed

src/main/java/com/ibm/cics/bundle/parts/BundleResourceContentSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface BundleResourceContentSupplier {
2525

2626
/**
2727
* @return The contents of the resource in a stream.
28-
* @throws IOException
28+
* @throws IOException If the content cannot be read.
2929
*/
3030
public InputStream getContent() throws IOException;
3131

0 commit comments

Comments
 (0)