mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
16.17.2012 f1bc33c29f73272fbf39f13c74c7351cb3890a8a
Remove annotations on PublicAPI

It looks odd/meaningless to annotate the PublicAPI class with its own
annotations, so this removes them.

Their presence caused build issues with Eclipse's JavaBuilder on OS X
(both JDK 6 and JDK 7) yet the standalone ./build.sh worked fine.

It looks safe to remove them.
1 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/types/PublicAPI.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/PublicAPI.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2012 ForgeRock AS
 */
package org.opends.server.types;
@@ -83,11 +84,6 @@
          ElementType.TYPE,
          ElementType.METHOD,
          ElementType.CONSTRUCTOR })
@org.opends.server.types.PublicAPI(
     stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
     mayInstantiate=false,
     mayExtend=false,
     mayInvoke=false)
public @interface PublicAPI
{
  /**