mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 15:23:59 +02:00
[releng] Fixing @since tags
This commit is contained in:
parent
7bc154cbc8
commit
f841bddec4
1 changed files with 2 additions and 2 deletions
|
@ -2017,7 +2017,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
|
||||||
/**
|
/**
|
||||||
* Get the editor descriptor to be associated with the remote file
|
* Get the editor descriptor to be associated with the remote file
|
||||||
* @return the editor descriptor associated with this remote file
|
* @return the editor descriptor associated with this remote file
|
||||||
* @since 3.3
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
public IEditorDescriptor getEditorDescriptor(){
|
public IEditorDescriptor getEditorDescriptor(){
|
||||||
return _editorDescriptor;
|
return _editorDescriptor;
|
||||||
|
@ -2026,7 +2026,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
|
||||||
/**
|
/**
|
||||||
* Set the editor descriptor to be associated with the remote file
|
* Set the editor descriptor to be associated with the remote file
|
||||||
* @param descriptor the new editor descriptor
|
* @param descriptor the new editor descriptor
|
||||||
* @since 3.3
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
public void setEditorDescriptor(IEditorDescriptor descriptor){
|
public void setEditorDescriptor(IEditorDescriptor descriptor){
|
||||||
_editorDescriptor = descriptor;
|
_editorDescriptor = descriptor;
|
||||||
|
|
Loading…
Add table
Reference in a new issue