1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

JavaDoc adjustments.

This commit is contained in:
Sergey Prigogin 2013-09-13 16:38:01 -07:00
parent ef1eaf2b83
commit ab594763f6

View file

@ -1154,8 +1154,8 @@ public class Conversions {
} }
/** /**
* Composite pointer type computed as described in 5.9-2 except that if the conversion to the * Composite pointer type computed as described in 5.9-2 except that if the conversion to
* pointer is not possible, we return null. * the pointer is not possible, the method returns {@code null}.
*/ */
public static IType compositePointerType(IType t1, IType t2) { public static IType compositePointerType(IType t1, IType t2) {
final boolean isPtr1 = t1 instanceof IPointerType; final boolean isPtr1 = t1 instanceof IPointerType;