Changeset 8140
- Timestamp:
- 06/27/12 17:35:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CodeEditor/3.3/CodeCompletionProvider.cs
r7983 r8140 97 97 AddCompletionData(resultList, completionData); 98 98 } 99 } catch (NullReferenceException x) { } 99 } 100 catch (NullReferenceException) { } 100 101 } 101 102 return resultList.ToArray();
Note: See TracChangeset
for help on using the changeset viewer.