mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Changed to 'public' the access modifier of the 'setAssocition' method.
This commit is contained in:
parent
20eedfc477
commit
1290626b1e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
2003-02-18 Mikhail Khodjaiants
|
||||||
Added persistency to the source locator.
|
Added persistency to the source locator.
|
||||||
* plugin.xml: added dependency on the 'org.apache.xerces' plugin
|
* plugin.xml: added dependency on the 'org.apache.xerces' plugin
|
||||||
|
|
|
@ -135,7 +135,7 @@ public class CDirectorySourceLocation implements IDirectorySourceLocation
|
||||||
fDirectory = path;
|
fDirectory = path;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setAssociation( IPath association )
|
public void setAssociation( IPath association )
|
||||||
{
|
{
|
||||||
fAssociation = association;
|
fAssociation = association;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue