Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-04-16 19:36:49 +0000
committerThomas Watson2008-04-16 19:36:49 +0000
commita3c6a30453e5608fd925be87695f13196fa2203d (patch)
treef4af8bd648dd5bf07d4e20bad0ae2651075eddf6 /bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java
parent73e70ac224ba87ed70b6d4642e0a4f0cfcc741a5 (diff)
downloadrt.equinox.framework-a3c6a30453e5608fd925be87695f13196fa2203d.tar.gz
rt.equinox.framework-a3c6a30453e5608fd925be87695f13196fa2203d.tar.xz
rt.equinox.framework-a3c6a30453e5608fd925be87695f13196fa2203d.zip
Bug 227409 Convert org.eclipse.osgi to use api tooling
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java')
-rw-r--r--bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java
index 18005b7dd..d64a4226e 100644
--- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java
+++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/log/FrameworkLogEntry.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2008 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
@@ -14,6 +14,7 @@ package org.eclipse.osgi.framework.log;
/**
* A framework log entry used to log information to a FrameworkLog
* @since 3.1
+ * @noextend This class is not intended to be subclassed by clients.
*/
public class FrameworkLogEntry {
/**

Back to the top