1
0
Fork 0
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:
David McKnight 2007-04-03 14:46:36 +00:00
parent 01e918f2ce
commit 6474a2af7f

View file

@ -108,7 +108,7 @@ public class CommandMiner extends Miner
private CommandMinerDescriptors _descriptors;
public Patterns getPatterns()
private Patterns getPatterns()
{
if (_patterns == null)
{