blob: b320c8a6f1dc2a293fe8add587b9f0eba3bd1ed5 [file] [log] [blame]
package javadoc.test015;
public class Test {
/**
* Makes the given resource committable. Committable means that it is
* writeable and that its content hasn't changed by calling
* <code>validateEdit</code> for the given resource on <tt>IWorkspace</tt>.
*
* @param list Liste of things
* @see #foo(java.util.
* Vector)
*/
public void foo(java.util.Vector list) {}
}