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:
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
|
||||
Added persistency to the source locator.
|
||||
* plugin.xml: added dependency on the 'org.apache.xerces' plugin
|
||||
|
|
|
@ -135,7 +135,7 @@ public class CDirectorySourceLocation implements IDirectorySourceLocation
|
|||
fDirectory = path;
|
||||
}
|
||||
|
||||
private void setAssociation( IPath association )
|
||||
public void setAssociation( IPath association )
|
||||
{
|
||||
fAssociation = association;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue