comparison graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/Log.java @ 19507:1cde96b96673

Fixed code format issues.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 19 Feb 2015 16:15:56 +0100
parents 857632c8086a
children 48c1ebd24120
comparison
equal deleted inserted replaced
19506:8c7536965c95 19507:1cde96b96673
78 log(LOG_PRIMITIVE, Kind.Long.getTypeChar(), value, false); 78 log(LOG_PRIMITIVE, Kind.Long.getTypeChar(), value, false);
79 } 79 }
80 80
81 /** 81 /**
82 * Prints a formatted string to the log stream. 82 * Prints a formatted string to the log stream.
83 * 83 *
84 * @param format a C style printf format value that can contain at most one conversion specifier 84 * @param format a C style printf format value that can contain at most one conversion specifier
85 * (i.e., a sequence of characters starting with '%'). 85 * (i.e., a sequence of characters starting with '%').
86 * @param value the value associated with the conversion specifier 86 * @param value the value associated with the conversion specifier
87 */ 87 */
88 public static void printf(String format, long value) { 88 public static void printf(String format, long value) {