##// END OF EJS Templates
fix MTQueue syntax error
cin -
r98:4c945d94b9ab v2
parent child
Show More
@@ -96,7 +96,7 namespace Implab.Parallels {
96 m_current = null;
96 m_current = null;
97 }
97 }
98
98
99 public object IEnumerator.Current {
99 object IEnumerator.Current {
100 get {
100 get {
101 if (m_current == null)
101 if (m_current == null)
102 throw new InvalidOperationException();
102 throw new InvalidOperationException();
General Comments 0
You need to be logged in to leave comments. Login now