From f103955f38cbd0bdc00bfcf4f5900ea072c28bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mun=CC=83oz?= Date: Thu, 5 Nov 2020 11:48:26 +0100 Subject: [PATCH] change qldoc formating according to LSP suggestion --- java/ql/src/semmle/code/java/frameworks/apache/Lang.qll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/ql/src/semmle/code/java/frameworks/apache/Lang.qll b/java/ql/src/semmle/code/java/frameworks/apache/Lang.qll index c9e7678259e..dcf91b36132 100644 --- a/java/ql/src/semmle/code/java/frameworks/apache/Lang.qll +++ b/java/ql/src/semmle/code/java/frameworks/apache/Lang.qll @@ -12,7 +12,8 @@ class TypeApacheRandomStringUtils extends Class { } /*--- Methods ---*/ -/** The method `deserialize` in either `org.apache.commons.lang.SerializationUtils` +/** + * The method `deserialize` in either `org.apache.commons.lang.SerializationUtils` * or `org.apache.commons.lang3.SerializationUtils`. */ class MethodApacheSerializationUtilsDeserialize extends Method {