1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[releng] Fixing @since tags

This commit is contained in:
Martin Oberhuber 2010-10-04 12:53:00 +00:00
parent 7bc154cbc8
commit f841bddec4

View file

@ -2017,7 +2017,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
/**
* Get the editor descriptor to be associated with the remote file
* @return the editor descriptor associated with this remote file
* @since 3.3
* @since 3.2
*/
public IEditorDescriptor getEditorDescriptor(){
return _editorDescriptor;
@ -2026,7 +2026,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
/**
* Set the editor descriptor to be associated with the remote file
* @param descriptor the new editor descriptor
* @since 3.3
* @since 3.2
*/
public void setEditorDescriptor(IEditorDescriptor descriptor){
_editorDescriptor = descriptor;