ctf: java 8 compliance of javadoc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / FloatDeclaration.java
index 3b5bbea52bd376b565cb1343bb33af8b6839969c..f9ca2ceed58fe9421d3569032f37560d940e3bff 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011-2012 Ericsson, Ecole Polytechnique de Montreal and others
+ * Copyright (c) 2011, 2013 Ericsson, Ecole Polytechnique de Montreal 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
@@ -46,7 +46,7 @@ public class FloatDeclaration implements IDeclaration {
      * @param byteOrder
      *            The byte order
      * @param alignment
-     *            The alignment. Should be >= 1
+     *            The alignment. Should be ≥ 1
      */
     public FloatDeclaration(int exponent, int mantissa, ByteOrder byteOrder,
             long alignment) {
This page took 0.041132 seconds and 5 git commands to generate.