Skip to content

Commit 874bef9

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of team/bundles/org.eclipse.team.core
1 parent 879c3bd commit 874bef9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IFileTypeInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public interface IFileTypeInfo {
2828
*
2929
* @return the file extension
3030
*/
31+
@Deprecated
3132
public String getExtension();
3233

3334
/**
@@ -41,5 +42,6 @@ public interface IFileTypeInfo {
4142
*
4243
* @return the file type
4344
*/
45+
@Deprecated
4446
public int getType();
4547
}

team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IProjectSetSerializer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public interface IProjectSetSerializer {
4949
* @return String[] an array of serialized reference strings uniquely identifying the projects
5050
* @throws TeamException on failures; depends on concrete implementation
5151
*/
52+
@Deprecated
5253
public String[] asReference(IProject[] providerProjects, Object context, IProgressMonitor monitor) throws TeamException;
5354

5455
/**
@@ -69,5 +70,6 @@ public interface IProjectSetSerializer {
6970
* @return IProject[] an array of projects that were created
7071
* @throws TeamException on failures; depends on concrete implementation
7172
*/
73+
@Deprecated
7274
public IProject[] addToWorkspace(String[] referenceStrings, String filename, Object context, IProgressMonitor monitor) throws TeamException;
7375
}

0 commit comments

Comments
 (0)