From 41c795eaeef913cae872562af81c03ea2baa5467 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 30 Mar 2020 22:26:27 +0200 Subject: [PATCH] API doc --- src/de/inetsoftware/jwebassembly/module/FunctionName.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/de/inetsoftware/jwebassembly/module/FunctionName.java b/src/de/inetsoftware/jwebassembly/module/FunctionName.java index f7f51d9..2d74ca1 100644 --- a/src/de/inetsoftware/jwebassembly/module/FunctionName.java +++ b/src/de/inetsoftware/jwebassembly/module/FunctionName.java @@ -1,5 +1,5 @@ /* - Copyright 2018 - 2019 Volker Berlin (i-net software) + Copyright 2018 - 2020 Volker Berlin (i-net software) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ import de.inetsoftware.jwebassembly.wasm.ValueTypeParser; public class FunctionName { /** - * The Java class name. + * The Java class name like "java/lang/String". */ @Nonnull public final String className;