Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/cfml/context/res/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ body,
td,
th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 12.7px;
color: #333;
line-height: 1.3;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,4 +669,4 @@ public static void main(String[] args) throws Exception {

// print.e(mup.list());
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ else if (policy == CFMLEngineImpl.MAVEN_DOWNLOAD_POLICY_WARN) {
+ "Set 'lucee.maven.download.policy' to 'error' to block downloads " + "or 'ignore' to suppress this warning.");
}
}
}
}
2 changes: 1 addition & 1 deletion core/src/main/java/lucee/runtime/config/maven/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ private static int compareQualifiers(String q1, String q2) {
if (s2) return 1;
return q1.compareToIgnoreCase(q2);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1590,4 +1590,4 @@ public static void removeDuplicates(Array arrExtensions) throws PageException, B
}
}

}
}
2 changes: 1 addition & 1 deletion core/src/main/java/lucee/runtime/osgi/OSGiUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -2733,4 +2733,4 @@ private static void cleanupOldVersions(BundleContext bc, String symbolicName, Ve
}
}
}
}
}
2 changes: 1 addition & 1 deletion core/src/main/java/lucee/runtime/tag/Admin.java
Original file line number Diff line number Diff line change
Expand Up @@ -5541,4 +5541,4 @@ private Object emptyIfNull(String str) {
if (str == null) return "";
return str;
}
}
}
Loading