mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
[180651] making getPatterns() private
This commit is contained in:
parent
01e918f2ce
commit
6474a2af7f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class CommandMiner extends Miner
|
|||
private CommandMinerDescriptors _descriptors;
|
||||
|
||||
|
||||
public Patterns getPatterns()
|
||||
private Patterns getPatterns()
|
||||
{
|
||||
if (_patterns == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue