From 04ac9ac21116d3f4ecb0af7a026fd07be9f4bc99 Mon Sep 17 00:00:00 2001 From: Stephan Herrmann Date: Sat, 13 Apr 2019 14:09:15 +0200 Subject: update jdt.core to S4_12_0_M1 --- .../model/org/eclipse/jdt/core/JavaConventions.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaConventions.java') 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 { *
  • it must not contain any characters or substrings that are not valid * on the file system on which workspace root is located. * - *

    * @param name the name of a compilation unit * @return a status object with code IStatus.OK if * the given name is valid as a compilation unit name, otherwise a status @@ -145,7 +144,6 @@ public final class JavaConventions { *
  • it must not contain any characters or substrings that are not valid * on the file system on which workspace root is located. * - *

    * @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 { *
  • it must not contain any characters or substrings that are not valid * on the file system on which workspace root is located. * - *

    * @param name the name of a .class file * @return a status object with code IStatus.OK if * the given name is valid as a .class file name, otherwise a status @@ -219,7 +216,6 @@ public final class JavaConventions { *
  • it must not contain any characters or substrings that are not valid * on the file system on which workspace root is located. * - *

    * @param name the name of a .class file * @param sourceLevel the source level * @param complianceLevel the compliance level -- cgit v1.2.3