Skip to content

Commit 69c7510

Browse files
committed
Issue #1329
Removed buildEntryFor
1 parent 25ba0f1 commit 69c7510

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingHandler.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@ private LogEntry entryFor(LogRecord record) {
314314
protected void enhanceLogEntry(LogEntry.Builder builder, LogRecord record) {
315315
// no-op in this class
316316
}
317-
318-
protected LogEntry buildEntryFor(LogRecord record, LogEntry.Builder builder) {
319-
return builder.build();
320-
}
321317

322318
private static Severity severityFor(Level level) {
323319
if (level instanceof LoggingLevel) {

0 commit comments

Comments
 (0)