You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/refresh/win32/Win32Monitor.java
Copy file name to clipboardExpand all lines: resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/refresh/win32/Win32Natives.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ public static boolean FindNextChangeNotification(long hChangeHandle) {
193
193
* <li>All of the objects are signaled, when bWaitAll is <code>true</code></li>
194
194
* <li>The timeout interval of dwMilliseconds elapses.</li>
195
195
* </ul>
196
-
* @param nCount The number of handles, cannot be greater than MAXIMUM_WAIT_OBJECTS.
196
+
* @param nCount The number of handles, cannot be zero and cannot be greater than MAXIMUM_WAIT_OBJECTS.
197
197
* @param lpHandles The array of handles to objects to be waited upon cannot contain
198
198
* duplicate handles.
199
199
* @param bWaitAll If <code>true</code> requires all objects to be signaled before this
0 commit comments