blob: a45438ab53e9f4240b5f0e8a313b871e8c0e812e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package java.lang.ref;
public class WeakReference extends Reference {
public WeakReference(Object o, ReferenceQueue queue) {
}
}