Author: fanningpj
Date: Wed Nov 6 20:56:45 2024
New Revision: 1921801
URL: http://svn.apache.org/viewvc?rev=1921801&view=rev
Log:
add since tags
Modified:
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/AttachmentChunks.java
Modified:
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/AttachmentChunks.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/AttachmentChunks.java?rev=1921801&r1=1921800&r2=1921801&view=diff
==============================================================================
---
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/AttachmentChunks.java
(original)
+++
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/AttachmentChunks.java
Wed Nov 6 20:56:45 2024
@@ -150,6 +150,7 @@ public class AttachmentChunks implements
/**
* @return long path name for the attachment
+ * @since POI 5.4.0
*/
public StringChunk getAttachLongPathName() {
return attachLongPathName;
@@ -157,14 +158,15 @@ public class AttachmentChunks implements
/**
* @return attachment content location -- relative or absolute URI
matching reference in html body
+ * @since POI 5.4.0
*/
public StringChunk getAttachContentLocation() {
return attachContentLocation;
}
/**
- *
* @return the display name of the attachment
+ * @since POI 5.4.0
*/
public StringChunk getAttachDisplayName() {
return attachDisplayName;
@@ -172,6 +174,7 @@ public class AttachmentChunks implements
/**
* @return the language property for the attachment
+ * @since POI 5.4.0
*/
public StringChunk getAttachLanguage() {
return attachLanguage;
@@ -207,6 +210,7 @@ public class AttachmentChunks implements
/**
* @return record key
+ * @since POI 5.4.0
*/
public ByteChunk getAttachRecordKey() {
return attachRecordKey;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]