1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Changed to 'public' the access modifier of the 'setAssocition' method.

This commit is contained in:
Mikhail Khodjaiants 2003-02-20 20:26:54 +00:00
parent 20eedfc477
commit 1290626b1e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-02-20 Mikhail Khodjaiants
Changed to 'public' the access modifier of the 'setAssocition' method.
* CDirectorySourceLocation.java
2003-02-18 Mikhail Khodjaiants
Added persistency to the source locator.
* plugin.xml: added dependency on the 'org.apache.xerces' plugin

View file

@ -135,7 +135,7 @@ public class CDirectorySourceLocation implements IDirectorySourceLocation
fDirectory = path;
}
private void setAssociation( IPath association )
public void setAssociation( IPath association )
{
fAssociation = association;
}