X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.ctf.core%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Fctf%2Fcore%2Fevent%2Ftypes%2FFloatDeclaration.java;h=f9ca2ceed58fe9421d3569032f37560d940e3bff;hb=ab04fc6bc48d6ebda9c00071b8e4f3077421e01e;hp=3b5bbea52bd376b565cb1343bb33af8b6839969c;hpb=4273bed0cacfe427c087a5a8266e9b40109f6c7d;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/FloatDeclaration.java b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/FloatDeclaration.java index 3b5bbea52b..f9ca2ceed5 100644 --- a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/FloatDeclaration.java +++ b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/FloatDeclaration.java @@ -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) {