1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-18 05:35:45 +02:00

JavaDoc adjustments.

This commit is contained in:
Sergey Prigogin 2013-09-13 16:38:01 -07:00
parent 7472a8301e
commit b5c632f3af

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
* pointer is not possible, we return null.
* Composite pointer type computed as described in 5.9-2 except that if the conversion to
* the pointer is not possible, the method returns {@code null}.
*/
public static IType compositePointerType(IType t1, IType t2) {
final boolean isPtr1 = t1 instanceof IPointerType;