Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2019-04-13 12:09:15 +0000
committerStephan Herrmann2019-04-13 12:35:00 +0000
commit04ac9ac21116d3f4ecb0af7a026fd07be9f4bc99 (patch)
treeba0401e7964a91b9fcd60d96af6fb89ca293d275 /org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java
parentc830660bd12b8a17058f87b7070c8de16e2b2ec1 (diff)
downloadorg.eclipse.objectteams-04ac9ac21116d3f4ecb0af7a026fd07be9f4bc99.tar.gz
org.eclipse.objectteams-04ac9ac21116d3f4ecb0af7a026fd07be9f4bc99.tar.xz
org.eclipse.objectteams-04ac9ac21116d3f4ecb0af7a026fd07be9f4bc99.zip
update jdt.core to S4_12_0_M1
Diffstat (limited to 'org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java')
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java
index 6bda1aec7..b18211867 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2018 IBM Corporation and others.
+ * Copyright (c) 2000, 2019 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -122,7 +122,6 @@ public final class JavaConventions {
* <li> it must not contain any characters or substrings that are not valid
* on the file system on which workspace root is located.
* </ul>
- * </p>
* @param name the name of a compilation unit
* @return a status object with code <code>IStatus.OK</code> if
* the given name is valid as a compilation unit name, otherwise a status
@@ -145,7 +144,6 @@ public final class JavaConventions {
* <li> it must not contain any characters or substrings that are not valid
* on the file system on which workspace root is located.
* </ul>
- * </p>
* @param name the name of a compilation unit
* @param sourceLevel the source level
* @param complianceLevel the compliance level
@@ -196,7 +194,6 @@ public final class JavaConventions {
* <li> it must not contain any characters or substrings that are not valid
* on the file system on which workspace root is located.
* </ul>
- * </p>
* @param name the name of a .class file
* @return a status object with code <code>IStatus.OK</code> if
* the given name is valid as a .class file name, otherwise a status
@@ -219,7 +216,6 @@ public final class JavaConventions {
* <li> it must not contain any characters or substrings that are not valid
* on the file system on which workspace root is located.
* </ul>
- * </p>
* @param name the name of a .class file
* @param sourceLevel the source level
* @param complianceLevel the compliance level

Back to the top